Navigation
SidebarPanel
서브 네비게이션 패널(240px)입니다. 선택된 카테고리의 하위 메뉴를 항상 표시합니다. 카테고리 헤더 + 섹션별 구분선 + 아이템 목록으로 구성됩니다.
import { SidebarPanel } from "@/shared/ui/widget/navigation"데모
Storage
tsx
<SidebarPanel
categoryLabel="Storage"
sections={sections}
/>Props
SidebarPanel
| Prop | Type | Required | Default | 설명 |
|---|---|---|---|---|
categoryLabel | string | — | — | 패널 상단에 표시할 카테고리 라벨 |
sections | SidebarSection[] | ✓ | — | 표시할 섹션 목록 |