Imagine ArtImagine Art

Side Navigation

View in Figma

A collapsible vertical sidebar with nested items, icon-only mode, and badge indicators.

Navigation

Import

import { SideNav } from "@/components/ui"

API

PropTypeDefaultDescription
itemsSideNavItem[]Navigation items with label, href, icon, children, badge.
collapsedbooleanWhether the sidebar is in collapsed icon-only mode.
onCollapse(collapsed: boolean) => voidCallback when collapse state changes.
headerReactNodeContent above the navigation items.
footerReactNodeContent below the navigation items.

Examples