Kind: Component
Source: atloria-monorepo/apps/web/src/components/Layout/DocumentLayout.tsx
Mobile navigation component - collapsible drawer
Props
| Name | Type | Required | Default |
|---|---|---|---|
items | DocumentTreeNode[] | ✓ | - |
activeId | string | - | - |
loading | boolean | ✓ | - |
onItemClick | Function | - | - |
Diagram
mermaidgraph TD component_MobileNavigation_199792c["MobileNavigation"] class component_MobileNavigation_199792c rootComponent
Relationships
- RENDERS →
NavigationTree - USES_HOOK →
useState
Referenced By
DocumentLayout(RENDERS)
Was this page helpful?