Button
A semantic action with restrained, purposeful variants.
Installation
Add the source-owned component with the shadcn CLI.
terminalInstall with shadcn
pnpm dlx shadcn@latest add @manner/buttonUsage
Import the component from your local registry output and compose it in your app.
tsxbutton.example.tsx
<Button variant="primary">Save changes</Button>