COMPONENTS / FORM

Button

A semantic action with restrained, purposeful variants.

● Stablev0.1.0React

Installation

Add the source-owned component with the shadcn CLI.

terminalInstall with shadcn
pnpm dlx shadcn@latest add @manner/button

Usage

Import the component from your local registry output and compose it in your app.

tsxbutton.example.tsx
<Button variant="primary">Save changes</Button>