Components
/
Button
Button
Displays a button or a component that looks like a button.
Installation
npx shadcn@latest add https://ui.saturation.io/r/button.jsonUsage
import { Button } from "@/components/ui/button"
export default function Example() {
return <Button>Click me</Button>
}Examples
Default
Secondary
Outline
Ghost
Destructive
With Icon
Icon
Circle
Loading
Sizes
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | string | default | The visual style variant |
| size | string | default | The size of the button |
| shape | string | default | The shape of the button (default or circle) |
| asChild | boolean | false | Render as a child component |
On This Page
Deploy your Saturation UI app
Build beautiful, saturated interfaces with our component library.
Deploy to Vercel for the best performance and developer experience.