Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Reference for Nuxt UI v4 (125+ components built on Reka UI + Tailwind CSS v4) including forms, overlays, and theming.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
components/dashboard-sidebar.md
1# DashboardSidebar23A resizable and collapsible sidebar to display in a dashboard.45## Key Props67- `resizable`: to make the sidebar resizable.8- `collapsible`: to make the sidebar collapsible when dragging near the edge of the screen.9- `side`: to change the side of the sidebar.10- `mode`: to change the mode of the sidebar menu.11- `toggle`: to customize the [DashboardSidebarToggle](/docs/components/dashboard-sidebar-toggle) component displayed on mobile.1213## Usage1415```vue16<UDashboardSidebar17<!-- props here -->18/>19```20