| page_header |
component |
ts |
ui |
1.0.0 |
impure |
PageHeader(props: PageHeaderProps): JSX.Element |
Cabecera de página con título, subtítulo, acciones, back button, tabs integrados, badge y modo sticky. Incluye SimplePageHeader. |
| header |
| page |
| layout |
| navigation |
| component |
| ui |
|
|
|
|
false |
|
| react |
| @mantine/core |
| @tabler/icons-react |
|
Componente PageHeader que renderiza cabecera de página con título, acciones, tabs integrados y modo sticky |
false |
|
|
frontend/functions/ui/page_header.tsx |
| name |
type |
required |
description |
| title |
string |
true |
Título principal |
|
| name |
type |
required |
description |
| subtitle |
string |
false |
Subtítulo |
|
| name |
type |
required |
description |
| actions |
ReactNode |
false |
Botones de acción |
|
| name |
type |
required |
description |
| tabs |
TabItem[] |
false |
Tabs de navegación integrados |
|
| name |
type |
required |
description |
| sticky |
boolean |
false |
Header fijo al scroll |
|
|
|
false |
react |
|
https://gitea-dgg044oo04woo4ggcsws4gk0.organic-machine.com/Bl4cksmith/Frontend_Library |
MIT |
frontend/src/components/ui/page-header.tsx |