Button

The glossy gel pill. Blue for primary, capsule for everything else, red when things get serious.

installnpx shadcn@latest add @aqua/button

Usage

import { Button } from "@/components/ui/button"

<Button>save</Button>
<Button variant="secondary">cancel</Button>
<Button variant="destructive" size="sm">delete</Button>