Docs
Sidebar

Sidebar

Sidebar

Installation

npx shadcn@latest add https://www.uicart.io/registry/sidebar-01.json

Usage

import Sidebar1 from "@/components/block/sidebar-01/sidebar-01";

<div className="flex gap-2">
  <Sidebar1 />
  <main className="flex w-full justify-center text-5xl flex-col">
    {/* your page content goes here */}
  </main>
</div>