|
11 | 11 | "icon": "LayoutDashboard" |
12 | 12 | }, |
13 | 13 | { |
14 | | - "label": "Basic & Layout", |
15 | | - "path": "/basic", |
16 | | - "icon": "Box" |
| 14 | + "label": "Basic", |
| 15 | + "icon": "Box", |
| 16 | + "children": [ |
| 17 | + { "label": "Div", "path": "/basic/div" }, |
| 18 | + { "label": "Text", "path": "/basic/text" }, |
| 19 | + { "label": "Icon", "path": "/basic/icon" }, |
| 20 | + { "label": "Image", "path": "/basic/image" }, |
| 21 | + { "label": "Separator", "path": "/basic/separator" } |
| 22 | + ] |
17 | 23 | }, |
18 | 24 | { |
19 | | - "label": "Forms", |
20 | | - "path": "/forms", |
21 | | - "icon": "FormInput" |
| 25 | + "label": "Layout", |
| 26 | + "icon": "Layout", |
| 27 | + "children": [ |
| 28 | + { "label": "Flex", "path": "/layout/flex" }, |
| 29 | + { "label": "Grid", "path": "/layout/grid" }, |
| 30 | + { "label": "Stack", "path": "/layout/stack" }, |
| 31 | + { "label": "Card", "path": "/layout/card" }, |
| 32 | + { "label": "Container", "path": "/layout/container" }, |
| 33 | + { "label": "Tabs", "path": "/layout/tabs" } |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "label": "Form", |
| 38 | + "icon": "FormInput", |
| 39 | + "children": [ |
| 40 | + { "label": "Button", "path": "/form/button" }, |
| 41 | + { "label": "Input", "path": "/form/input" }, |
| 42 | + { "label": "Textarea", "path": "/form/textarea" }, |
| 43 | + { "label": "Select", "path": "/form/select" }, |
| 44 | + { "label": "Checkbox", "path": "/form/checkbox" }, |
| 45 | + { "label": "Radio Group", "path": "/form/radio-group" }, |
| 46 | + { "label": "Switch", "path": "/form/switch" }, |
| 47 | + { "label": "Slider", "path": "/form/slider" }, |
| 48 | + { "label": "Date Picker", "path": "/form/date-picker" }, |
| 49 | + { "label": "Calendar", "path": "/form/calendar" }, |
| 50 | + { "label": "Input OTP", "path": "/form/input-otp" }, |
| 51 | + { "label": "Toggle", "path": "/form/toggle" }, |
| 52 | + { "label": "File Upload", "path": "/form/file-upload" } |
| 53 | + ] |
22 | 54 | }, |
23 | 55 | { |
24 | 56 | "label": "Data Display", |
25 | | - "path": "/data", |
26 | | - "icon": "Table" |
| 57 | + "icon": "Table", |
| 58 | + "children": [ |
| 59 | + { "label": "List", "path": "/data-display/list" }, |
| 60 | + { "label": "Avatar", "path": "/data-display/avatar" }, |
| 61 | + { "label": "Badge", "path": "/data-display/badge" }, |
| 62 | + { "label": "Alert", "path": "/data-display/alert" }, |
| 63 | + { "label": "Statistic", "path": "/data-display/statistic" }, |
| 64 | + { "label": "Tree View", "path": "/data-display/tree-view" } |
| 65 | + ] |
27 | 66 | }, |
28 | 67 | { |
29 | 68 | "label": "Feedback", |
30 | | - "path": "/feedback", |
31 | | - "icon": "Bell" |
| 69 | + "icon": "Bell", |
| 70 | + "children": [ |
| 71 | + { "label": "Toaster", "path": "/feedback/toaster" }, |
| 72 | + { "label": "Progress", "path": "/feedback/progress" }, |
| 73 | + { "label": "Skeleton", "path": "/feedback/skeleton" } |
| 74 | + ] |
| 75 | + }, |
| 76 | + { |
| 77 | + "label": "Overlay", |
| 78 | + "icon": "Layers", |
| 79 | + "children": [ |
| 80 | + { "label": "Dialog", "path": "/overlay/dialog" }, |
| 81 | + { "label": "Sheet", "path": "/overlay/sheet" }, |
| 82 | + { "label": "Drawer", "path": "/overlay/drawer" }, |
| 83 | + { "label": "Popover", "path": "/overlay/popover" }, |
| 84 | + { "label": "Tooltip", "path": "/overlay/tooltip" }, |
| 85 | + { "label": "Hover Card", "path": "/overlay/hover-card" }, |
| 86 | + { "label": "Alert Dialog", "path": "/overlay/alert-dialog" }, |
| 87 | + { "label": "Dropdown Menu", "path": "/overlay/dropdown-menu" }, |
| 88 | + { "label": "Context Menu", "path": "/overlay/context-menu" } |
| 89 | + ] |
32 | 90 | }, |
33 | 91 | { |
34 | | - "label": "Overlays", |
35 | | - "path": "/overlays", |
36 | | - "icon": "Layers" |
| 92 | + "label": "Disclosure", |
| 93 | + "icon": "ChevronRight", |
| 94 | + "children": [ |
| 95 | + { "label": "Accordion", "path": "/disclosure/accordion" }, |
| 96 | + { "label": "Collapsible", "path": "/disclosure/collapsible" } |
| 97 | + ] |
37 | 98 | }, |
38 | 99 | { |
39 | 100 | "label": "Complex", |
40 | | - "path": "/complex", |
41 | | - "icon": "Cpu" |
| 101 | + "icon": "Cpu", |
| 102 | + "children": [ |
| 103 | + { "label": "Data Table", "path": "/complex/data-table" }, |
| 104 | + { "label": "Kanban", "path": "/complex/kanban" }, |
| 105 | + { "label": "Calendar View", "path": "/complex/calendar-view" }, |
| 106 | + { "label": "Timeline", "path": "/complex/timeline" }, |
| 107 | + { "label": "Charts", "path": "/complex/charts" }, |
| 108 | + { "label": "Carousel", "path": "/complex/carousel" }, |
| 109 | + { "label": "Resizable", "path": "/complex/resizable" }, |
| 110 | + { "label": "Scroll Area", "path": "/complex/scroll-area" }, |
| 111 | + { "label": "Chatbot", "path": "/complex/chatbot" } |
| 112 | + ] |
42 | 113 | } |
43 | 114 | ], |
44 | 115 | "actions": [ |
|
0 commit comments