componente · @solu30/ui-kit/display
EntityDetailsPanel
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { EntityDetailsPanel } from '@solu30/ui-kit/display'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| entity | sí | T | null | undefined | — |
| title | sí | string | — |
| subtitle | opcional | string | — |
| header | opcional | ReactNode | — |
| sections | sí | PanelSection[] | — |
| actions | opcional | ReactNode | — |
| onClose | opcional | () => void | — |
| isLoading | opcional | boolean | — |
| isError | opcional | boolean | — |
| errorMessage | opcional | string | — |
| hideHeader | opcional | boolean | — |
| className | opcional | string | — |
| maxHeight | opcional | string | — |