Sidebar-02
npx shadcn@latest add https://www.uicart.io/registry/sidebar-02.json
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>
On This Page