Destroyed/dead aesthetic button with noise effects.
npx chaos add dead-buttonimport { DeadButton } from '@/components/chaos/buttons/dead-button';
<DeadButton>DEAD END</DeadButton>
<DeadButton gradient={2} size="lg">DESTROYED</DeadButton>
<DeadButton icon={<Skull />}>GAME OVER</DeadButton>