SidebarExample() — ui Function Reference
Architecture documentation for the SidebarExample() function in sidebar-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD dc83e045_c02f_c089_a682_95f9a30b7e29["SidebarExample()"] 297c98ee_1547_6715_efd1_018873490bf0["sidebar-example.tsx"] dc83e045_c02f_c089_a682_95f9a30b7e29 -->|defined in| 297c98ee_1547_6715_efd1_018873490bf0 style dc83e045_c02f_c089_a682_95f9a30b7e29 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/sidebar-example.tsx lines 40–286
export default function SidebarExample() {
const data = {
versions: ["1.0.1", "1.1.0-alpha", "2.0.0-beta1"],
navMain: [
{
title: "Getting Started",
url: "#",
items: [
{
title: "Installation",
url: "#",
},
{
title: "Project Structure",
url: "#",
},
],
},
{
title: "Build Your Application",
url: "#",
items: [
{
title: "Routing",
url: "#",
},
{
title: "Data Fetching",
url: "#",
isActive: true,
},
{
title: "Rendering",
url: "#",
},
{
title: "Caching",
url: "#",
},
{
title: "Styling",
url: "#",
},
{
title: "Optimizing",
url: "#",
},
{
title: "Configuring",
url: "#",
},
{
title: "Testing",
url: "#",
},
{
title: "Authentication",
url: "#",
},
{
title: "Deploying",
url: "#",
},
{
title: "Upgrading",
url: "#",
},
{
title: "Examples",
url: "#",
},
],
},
{
title: "API Reference",
url: "#",
items: [
{
title: "Components",
url: "#",
},
Domain
Subdomains
Source
Frequently Asked Questions
What does SidebarExample() do?
SidebarExample() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/sidebar-example.tsx.
Where is SidebarExample() defined?
SidebarExample() is defined in apps/v4/registry/bases/radix/examples/sidebar-example.tsx at line 40.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free