GridButton

Click to feel the press

Installation

npx shadcn@latest add @evilbuttons/grid-button

Usage

[]txt
import GridButton from "@/components/evil-buttons/grid-button";

export function ButtonDemo() {
  return (
    <GridButton>
      Deploy Doom
    </GridButton>
  );
}

Props

PropTypeDefaultDescription
childrenReactNode-The visible button label or content.
classNamestring-Extra classes passed to the wrapper.

Registry

The registry item includes components/evil-buttons/grid-button.tsx with no additional dependencies. It uses the dotm-square-11 icon component for the grid icon.