SidebarInsetExample() — ui Function Reference
Architecture documentation for the SidebarInsetExample() function in sidebar-inset-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD f87e33f8_f637_1c40_f86a_d1dab1c3cbfc["SidebarInsetExample()"] 1359d31b_5549_a4c5_6258_c715413c962d["sidebar-inset-example.tsx"] f87e33f8_f637_1c40_f86a_d1dab1c3cbfc -->|defined in| 1359d31b_5549_a4c5_6258_c715413c962d style f87e33f8_f637_1c40_f86a_d1dab1c3cbfc fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/sidebar-inset-example.tsx lines 30–292
export default function SidebarInsetExample() {
const data = {
navMain: [
{
title: "Dashboard",
url: "#",
icon: (
<IconPlaceholder
lucide="HomeIcon"
tabler="IconHome"
hugeicons="Home01Icon"
phosphor="HouseIcon"
remixicon="RiHomeLine"
/>
),
isActive: true,
items: [
{
title: "Overview",
url: "#",
},
{
title: "Analytics",
url: "#",
},
],
},
{
title: "Analytics",
url: "#",
icon: (
<IconPlaceholder
lucide="ChartLineIcon"
tabler="IconChartLine"
hugeicons="ChartIcon"
phosphor="ChartLineIcon"
remixicon="RiLineChartLine"
/>
),
items: [
{
title: "Reports",
url: "#",
},
{
title: "Metrics",
url: "#",
},
],
},
{
title: "Orders",
url: "#",
icon: (
<IconPlaceholder
lucide="ShoppingBagIcon"
tabler="IconShoppingBag"
hugeicons="ShoppingBag01Icon"
phosphor="BagIcon"
remixicon="RiShoppingBagLine"
/>
),
items: [
{
title: "All Orders",
url: "#",
},
{
title: "Pending",
url: "#",
},
{
title: "Completed",
url: "#",
},
],
},
{
title: "Products",
url: "#",
icon: (
Domain
Subdomains
Source
Frequently Asked Questions
What does SidebarInsetExample() do?
SidebarInsetExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/sidebar-inset-example.tsx.
Where is SidebarInsetExample() defined?
SidebarInsetExample() is defined in apps/v4/registry/bases/radix/examples/sidebar-inset-example.tsx at line 30.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free