Buttons
Botones con un efecto repplie.
Button Default
Button Secondary
Button Ghost
Button Destructive
Buttons Sizes
Component API
Input
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | undefined | Contenido del botón. |
variant | primary | secondary | ghost | destructive | icon | primary | Variante del botón. |
className | string | undefined | Clases CSS adicionales para el contenedor. |
size | sm | md | lg | icon | sm | Tamaño del botón. |
disabled | boolean | false | Deshabilitar el botón. |