BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/sidebar-14

Sidebar 14

agentmesh/sidebar-14
FreeBlock

A sidebar on the right.

Live preview

live · rendered by the registry
Rendered by shadcn/ui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/sidebar-14.json

Source

registry/base-vega/blocks/sidebar-14/page.tsxraw.githubusercontent.com/ombhanushaliii/agentmesh/main/example/ui/apps/v4/public/r/styles/base-vega/sidebar-14.json
1import { AppSidebar } from "@/registry/base-vega/blocks/sidebar-14/components/app-sidebar"
2import {
3 Breadcrumb,
4 BreadcrumbItem,
5 BreadcrumbLink,
6 BreadcrumbList,
7 BreadcrumbPage,
8 BreadcrumbSeparator,
9} from "@/registry/base-vega/ui/breadcrumb"
10import {
11 SidebarInset,
12 SidebarProvider,
13 SidebarTrigger,
14} from "@/registry/base-vega/ui/sidebar"
15
16export default function Page() {
17 return (
18 <SidebarProvider>
19 <SidebarInset>
20 <header className="flex h-16 shrink-0 items-center gap-2 border-b px-4">
21 <Breadcrumb>
22 <BreadcrumbList>
23 <BreadcrumbItem className="hidden md:block">
24 <BreadcrumbLink href="#">Build Your Application</BreadcrumbLink>
25 </BreadcrumbItem>
26 <BreadcrumbSeparator className="hidden md:block" />
27 <BreadcrumbItem>
28 <BreadcrumbPage>Data Fetching</BreadcrumbPage>
29 </BreadcrumbItem>
30 </BreadcrumbList>
31 </Breadcrumb>
32 <SidebarTrigger className="-mr-1 ml-auto rotate-180" />
33 </header>
34 <div className="flex flex-1 flex-col gap-4 p-4">
35 <div className="grid auto-rows-min gap-4 md:grid-cols-3">
36 <div className="aspect-video rounded-xl bg-muted/50" />
37 <div className="aspect-video rounded-xl bg-muted/50" />
38 <div className="aspect-video rounded-xl bg-muted/50" />
39 </div>
40 <div className="min-h-[100vh] flex-1 rounded-xl bg-muted/50 md:min-h-min" />
41 </div>
42 </SidebarInset>
43 <AppSidebar side="right" />
44 </SidebarProvider>
45 )
46}

What it pulls in

Other registry items

  • sidebar
  • breadcrumb

Files it writes

  • registry/base-vega/blocks/sidebar-14/page.tsx
  • registry/base-vega/blocks/sidebar-14/components/app-sidebar.tsx

Facts

Registry
shadcn/ui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
3 days ago

Go to the source

Docs on shadcn/ui ombhanushaliii/agentmesh on GitHub Raw registry item This item as JSON

More from shadcn/ui

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Dashboard 01dashboard-01shadcn/uiBlocksFree6 deps · 11 files
Login 01login-01shadcn/uiBlocksFreeno deps · 2 files
Login 02login-02shadcn/uiBlocksFreeno deps · 2 files
Login 03login-03shadcn/uiBlocksFreeno deps · 2 files
Login 04login-04shadcn/uiBlocksFreeno deps · 2 files
Login 05login-05shadcn/uiBlocksFreeno deps · 2 files
Previewpreviewshadcn/uiBlocksFreeno deps
Preview 02preview-02shadcn/uiBlocksFree1 dep
BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studio

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex