componente · @solu30/ui-kit/feedback
SideSheet
El componente, montado
Cargando el espécimen…
Cargando el chunk del paquete instalado…
De dónde se importa
import { SideSheet } from '@solu30/ui-kit/feedback'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| isOpen | sí | boolean | — |
| onClose | sí | () => void | — |
| title | opcional | string | — |
| children | sí | ReactNode | — |
| className | opcional | string | Override ancho si necesitás algo distinto al estándar. |
| footer | opcional | ReactNode | — |