componente · @solu30/ui-kit/navigation
HeaderBar
El componente, montado
Cargando el componente del paquete instalado…
Cargando el chunk del paquete instalado…
De dónde se importa
import { HeaderBar } from '@solu30/ui-kit/navigation'Props
| Prop | Requerida | Tipo | Qué hace |
|---|---|---|---|
| title | sí | string | Page title |
| subtitle | opcional | string | Optional subtitle below the title |
| breadcrumbs | opcional | HeaderBreadcrumb[] | Breadcrumb navigation items |
| actions | opcional | React__default.ReactNode | Action buttons or controls displayed to the right of the title |
| children | opcional | React__default.ReactNode | Additional content rendered below the title row |
| className | opcional | string | — |
| titleClassName | opcional | string | — |
| subtitleClassName | opcional | string | — |