Collapsible icon-rail app sidebar with brand block, two grouped nav sections, and a user dropdown footer. Pure template, no props -- edit Sidebar01.vue to change routes and NavUser.vue to wire your auth session. Pair with SidebarProvider + SidebarInset for the full admin shell.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-01.jsonFull-featured app sidebar -- collapsible="icon" rail with TeamSwitcher header, primary nav, projects section, secondary nav, and user dropdown footer. Each section ships as a sibling file in the same folder so consumers can edit one piece at a time.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-02.jsonDocs-style sidebar with a version switcher at the top, a search input below, and collapsible navigation groups. All sample data inlined so consumers edit routes in place.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-03.jsonFloating sidebar variant with rounded corners and inset margins. Uses Sidebar variant="floating" and SidebarMenuSub for nested routes. Sample data inlined so consumers edit routes in place.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-04.jsonDual-rail sidebar -- a thin always-visible icon column on the far left holds quick shortcuts (a subset of the full nav), paired with a wider main panel for the brand, search, sections, and footer. Uses collapsible="icon": when the user collapses, only the rail stays. On mobile the kit Sheet shows the full dual rail. Requires the parent SidebarProvider to set both widths: :style="{ '--sidebar-width': '19.5rem', '--sidebar-width-icon': '3.5rem' }". Modeled on the GR8R HRMS admin shell.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-05.jsonColorful, customised app sidebar -- branded project tiles with star favorites, badge counts, team avatars with status dots, and a user pill footer. Inline search input with ⌘F shortcut. Modeled on a HRMS workspace shell.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-06.jsonApp sidebar with a bottom action bar -- workspace pill, ⌘K search, grouped nav with section labels (Dashboard / Management / Content), badge counts, user pill above an icon toolbar (Settings, Help, Notifications, Command, Log out). Built on sidebar-01.
$ npx shadcn-vue@latest add https://uipkge.dev/r/nuxt/sidebar-07.json