Docs
Sidebar-02

Sidebar-02

Sidebar-02

Installation

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

Usage

import Sidebar02 from "@/components/block/sidebar-02/sidebar-02";

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