Components
Navigation rail
Navigation rails let people switch between UI views on mid-sized devices
Known Limitations (Beta)
extendedis not fully controlled (prop changes after mount aren’t synced).- Keyboard navigation/roving tabindex is not implemented.
| Propriété | Type | Obligatoire | Valeur par défaut | Description | Condition |
|---|---|---|---|---|---|
variant | "standard" | "modal" | Non | standard | — | — |
alignment | "middle" | "top" | Non | top | — | — |
menu | { closed: MenuState; opened: MenuState; } | Non | {
closed: {
icon: faBars,
label: 'Open menu',
},
opened: {
icon: faXmark,
label: 'Close menu',
},
} | — | — |