CSS Grid with chaotic offset/rotation per item, hover effects, and text truncation.
npx chaos add broken-gridimport { BrokenGrid } from '@oalacea/chaosui/layout/broken-grid';
<BrokenGrid
items={[
{ title: 'Infrastructure', description: 'Systems broken' },
{ title: 'Interfaces', description: 'User chaos' },
{ title: 'Signals', description: 'Lost comms' }
]}
columns={3}
chaosLevel={0.6}
/>