Button
The glossy gel pill. Blue for primary, capsule for everything else, red when things get serious.
install
npx shadcn@latest add @aqua/buttonUsage
import { Button } from "@/components/ui/button"
<Button>save</Button>
<Button variant="secondary">cancel</Button>
<Button variant="destructive" size="sm">delete</Button>