Button
Preview
Section titled “Preview”Custom Div (asChild)
Installation
Section titled “Installation”npx skeci-ui add buttonVariants
Section titled “Variants”Styles
Section titled “Styles”| Prop | Type | Default | Description |
|---|---|---|---|
variant | 'filled' | 'outline' | 'filled' | The visual style of the button. |
size | 'sm' | 'md' | 'lg' | 'md' | The size of the button. |
rounded | 'none' | 'sm' | 'md' | 'lg' | 'none' | Border radius level. |
border | 'normal' | 'rough' | 'hachure' | 'rough' | The type of border drawing. |
fullWidth | boolean | false | Whether the button should take full width. |
href | string | — | If provided, renders as an <a> tag. |