Skip to content

Button

Custom Div (asChild)
Terminal window
npx skeci-ui add button
PropTypeDefaultDescription
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.
fullWidthbooleanfalseWhether the button should take full width.
hrefstringIf provided, renders as an <a> tag.