| app_shell |
component |
ts |
ui |
1.0.0 |
impure |
FnAppShell(props: FnAppShellProps): JSX.Element |
Layout shell con header, navbar colapsable y area principal. Wrapper sobre Mantine AppShell. |
| mantine |
| layout |
| shell |
| navigation |
| component |
| ui |
|
|
|
|
false |
|
|
react |
| name |
type |
required |
description |
| header |
ReactNode |
false |
Contenido del header superior |
|
| name |
type |
required |
description |
| navbar |
ReactNode |
false |
Contenido del sidebar de navegacion |
|
| name |
type |
required |
description |
| navbarWidth |
number |
false |
Ancho del navbar en px, default 250 |
|
| name |
type |
required |
description |
| navbarCollapsed |
boolean |
false |
Si el navbar esta colapsado |
|
| name |
type |
required |
description |
| children |
ReactNode |
true |
Contenido principal del area main |
|
|
Layout de aplicacion con header fijo, sidebar colapsable y area de contenido principal |
false |
|
|
frontend/functions/ui/app_shell.tsx |
|
false |
|