mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-30 00:34:56 +00:00
32 lines
823 B
Markdown
32 lines
823 B
Markdown
# Navigation Menu Package
|
|
|
|
## Overview
|
|
Navigation and menu components for application navigation and routing.
|
|
|
|
## Location
|
|
[/packages/nav_menu/](/packages/nav_menu/)
|
|
|
|
## Purpose
|
|
Provides navigation menu, sidebar, and routing components for application navigation.
|
|
|
|
## Features
|
|
- Menu structure and configuration
|
|
- Dynamic menu generation
|
|
- Navigation routing
|
|
- Active state management
|
|
- Nested menus
|
|
|
|
## Seed Data
|
|
Menu definitions and navigation structure are stored in the package's seed directory.
|
|
|
|
## Configuration
|
|
Navigation is configured through database-stored JSON definitions.
|
|
|
|
## Usage
|
|
Import navigation components through the package management system.
|
|
|
|
## Related Documentation
|
|
- [Package System](/docs/development/package-system.md)
|
|
- [Component Architecture](/docs/architecture)
|
|
- [Routing](/docs/development)
|