Files
metabuilder/docs/packages/package-docs/ui/dashboard.md

30 lines
742 B
Markdown

# Dashboard Package
## Overview
Dashboard components and layout system for the application.
## Location
[/packages/dashboard/](/packages/dashboard/)
## Purpose
Provides the main dashboard layout, widgets, and display components for data visualization.
## Components
See package structure for all available dashboard components.
## Features
- Dashboard layout and grid system
- Widget management
- Data display components
- Layout customization
## Seed Data
Configuration and seed data are located in the package's seed directory.
## Usage
Import dashboard components through the package management system.
## Related Documentation
- [Package System](/docs/development/package-system.md)
- [Component Architecture](/docs/architecture)