# Layout

> Layout

- Skill: `reaviz/layout-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add reaviz/layout-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/reaviz/layout-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: reaviz (https://skillmd.com/u/reaviz)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/reaviz/layout-2

---

# 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 |

