Skip to content
Component installs need the registry setup— the Base UI shadcn project, the @vegastack namespace and the Cloudflare Access service token.
VegaStack Design

sidebar-12

A sidebar with a calendar. Composed from avatar, breadcrumb, calendar, collapsible.

Last updated

What it is

A sidebar with a calendar. It is a block: you pull it once with shadcn add, and then you own it — nothing re-pulls it and no integrity hash tracks your edits, unlike the components it composes.

Install

npx shadcn@latest add @vegastack/sidebar-12

This installs the block's own files plus the components it composes: avatar, breadcrumb, calendar, collapsible, dropdown-menu, separator, sidebar.

Preview

Files

FileRegistry typeTarget
sidebar-12/components/app-sidebar.tsxregistry:componentapp/sidebar-12/components/app-sidebar.tsx
sidebar-12/components/calendars.tsxregistry:componentapp/sidebar-12/components/calendars.tsx
sidebar-12/components/date-picker.tsxregistry:componentapp/sidebar-12/components/date-picker.tsx
sidebar-12/components/nav-user.tsxregistry:componentapp/sidebar-12/components/nav-user.tsx
sidebar-12/page.tsxregistry:pageapp/sidebar-12/page.tsx

Do / Don't

Do
Pull it once, then edit it freely — replace the sample data, the links and the copy with your own.
Don't
Treat it as an update-tracked component, or re-pull it and expect your edits to survive.

On this page