Sidebar-1
hex-ui/sidebar-1FreeBlock
A sidebar for a note-taking application.
Live preview
live · rendered by the registry
Rendered by hex-ui on their own page — this is the component running, not a screenshot of it.Install it
npx shadcn@latest add https://hexui.sh/r/sidebar-1.jsonSource
1import { AppSidebar } from "../../components/app-sidebar"2import { SiteHeader } from "../../components/site-header"3import {4 SidebarInset,5 SidebarProvider,6} from "@/components/ui/sidebar"78export default function Page() {9 return (10 <SidebarProvider>11 <AppSidebar />12 <SidebarInset>13 <SiteHeader />14 <div className="flex flex-1 flex-col p-4">15 {/* Placeholder canvas for the page content preview. */}16 <div className="min-h-screen flex-1 rounded-xl bg-muted/50 md:min-h-min" />17 </div>18 </SidebarInset>19 </SidebarProvider>20 )21}
What it pulls in
npm packages
Other registry items
Files it writes
More from hex-ui
All 34 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Banner-1banner-1 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Banner-2banner-2 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-1cta-1 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-2cta-2 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-3cta-3 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Cta-4cta-4 | hex-ui | Blocks | Free | 1 dep · 2 files | |
| Faq-1faq-1 | hex-ui | Blocks | Free | no deps · 3 files | |
| Faq-2faq-2 | hex-ui | Blocks | Free | no deps · 3 files |
