Layout
Structural and container components for organizing page content and navigation flow. Includes content containers, collapsible sections, dividers, form fields, lists, tabs, trees, and animation wrappers.
Components
| Component |
Description |
| Breadcrumbs |
Navigation breadcrumb trail with composable sub-components |
| Card |
Content container with optional header, padding, border |
| Collapse |
Animated expand/collapse panel (height + opacity transition) |
| Divider |
Horizontal/vertical separator line with variant colors |
| Field |
Form field wrapper with label, hint, error, required indicator |
| List |
Structured list with ListItem (adornments, active, clickable) and ListHeader |
| MotionGroup / MotionItem |
Staggered animation wrappers using Framer Motion |
| Stepper |
Multi-step progress indicator (dots or numbered, with labels) |
| Tabs |
Tabbed navigation with TabList, Tab, TabPanel and animated indicator |
| Tree |
Hierarchical tree view with expandable TreeNode and custom icons |
1---2name: layout-23description: Layout4---5# Layout67Structural and container components for organizing page content and navigation flow. Includes content containers, collapsible sections, dividers, form fields, lists, tabs, trees, and animation wrappers.89## Components1011| Component | Description |12|-----------|-------------|13| **Breadcrumbs** | Navigation breadcrumb trail with composable sub-components |14| **Card** | Content container with optional header, padding, border |15| **Collapse** | Animated expand/collapse panel (height + opacity transition) |16| **Divider** | Horizontal/vertical separator line with variant colors |17| **Field** | Form field wrapper with label, hint, error, required indicator |18| **List** | Structured list with ListItem (adornments, active, clickable) and ListHeader |19| **MotionGroup / MotionItem** | Staggered animation wrappers using Framer Motion |20| **Stepper** | Multi-step progress indicator (dots or numbered, with labels) |21| **Tabs** | Tabbed navigation with TabList, Tab, TabPanel and animated indicator |22| **Tree** | Hierarchical tree view with expandable TreeNode and custom icons |