|
14 | 14 | "label": "Basic", |
15 | 15 | "icon": "Box", |
16 | 16 | "children": [ |
17 | | - { "label": "Div", "path": "/basic/div" }, |
18 | | - { "label": "Text", "path": "/basic/text" }, |
19 | | - { "label": "HTML", "path": "/basic/html" }, |
20 | | - { "label": "Icon", "path": "/basic/icon" }, |
21 | | - { "label": "Image", "path": "/basic/image" }, |
22 | | - { "label": "Separator", "path": "/basic/separator" } |
| 17 | + { "label": "Div", "path": "/basic/div", "icon": "Square" }, |
| 18 | + { "label": "Text", "path": "/basic/text", "icon": "Type" }, |
| 19 | + { "label": "HTML", "path": "/basic/html", "icon": "Code" }, |
| 20 | + { "label": "Icon", "path": "/basic/icon", "icon": "Stars" }, |
| 21 | + { "label": "Image", "path": "/basic/image", "icon": "Image" }, |
| 22 | + { "label": "Separator", "path": "/basic/separator", "icon": "Minus" } |
23 | 23 | ] |
24 | 24 | }, |
25 | 25 | { |
26 | 26 | "label": "Layout", |
27 | 27 | "icon": "Layout", |
28 | 28 | "children": [ |
29 | | - { "label": "Flex", "path": "/layout/flex" }, |
30 | | - { "label": "Grid", "path": "/layout/grid" }, |
31 | | - { "label": "Stack", "path": "/layout/stack" }, |
32 | | - { "label": "Card", "path": "/layout/card" }, |
33 | | - { "label": "Container", "path": "/layout/container" }, |
34 | | - { "label": "Tabs", "path": "/layout/tabs" }, |
35 | | - { "label": "Header Bar", "path": "/layout/header-bar" }, |
36 | | - { "label": "Sidebar", "path": "/layout/sidebar" } |
| 29 | + { "label": "Flex", "path": "/layout/flex", "icon": "StretchHorizontal" }, |
| 30 | + { "label": "Grid", "path": "/layout/grid", "icon": "Grid" }, |
| 31 | + { "label": "Stack", "path": "/layout/stack", "icon": "Layers" }, |
| 32 | + { "label": "Card", "path": "/layout/card", "icon": "PanelTop" }, |
| 33 | + { "label": "Container", "path": "/layout/container", "icon": "Box" }, |
| 34 | + { "label": "Tabs", "path": "/layout/tabs", "icon": "GalleryHorizontal" }, |
| 35 | + { "label": "Header Bar", "path": "/layout/header-bar", "icon": "PanelTop" }, |
| 36 | + { "label": "Sidebar", "path": "/layout/sidebar", "icon": "PanelLeft" } |
37 | 37 | ] |
38 | 38 | }, |
39 | 39 | { |
40 | 40 | "label": "Form", |
41 | 41 | "icon": "FormInput", |
42 | 42 | "children": [ |
43 | | - { "label": "Button", "path": "/form/button" }, |
44 | | - { "label": "Input", "path": "/form/input" }, |
45 | | - { "label": "Textarea", "path": "/form/textarea" }, |
46 | | - { "label": "Select", "path": "/form/select" }, |
47 | | - { "label": "Checkbox", "path": "/form/checkbox" }, |
48 | | - { "label": "Radio Group", "path": "/form/radio-group" }, |
49 | | - { "label": "Switch", "path": "/form/switch" }, |
50 | | - { "label": "Slider", "path": "/form/slider" }, |
51 | | - { "label": "Date Picker", "path": "/form/date-picker" }, |
52 | | - { "label": "Calendar", "path": "/form/calendar" }, |
53 | | - { "label": "Input OTP", "path": "/form/input-otp" }, |
54 | | - { "label": "Toggle", "path": "/form/toggle" }, |
55 | | - { "label": "File Upload", "path": "/form/file-upload" } |
| 43 | + { "label": "Button", "path": "/form/button", "icon": "MousePointerClick" }, |
| 44 | + { "label": "Input", "path": "/form/input", "icon": "TextCursor" }, |
| 45 | + { "label": "Textarea", "path": "/form/textarea", "icon": "FileText" }, |
| 46 | + { "label": "Select", "path": "/form/select", "icon": "List" }, |
| 47 | + { "label": "Checkbox", "path": "/form/checkbox", "icon": "CheckSquare" }, |
| 48 | + { "label": "Radio Group", "path": "/form/radio-group", "icon": "CircleDot" }, |
| 49 | + { "label": "Switch", "path": "/form/switch", "icon": "ToggleLeft" }, |
| 50 | + { "label": "Slider", "path": "/form/slider", "icon": "SlidersHorizontal" }, |
| 51 | + { "label": "Date Picker", "path": "/form/date-picker", "icon": "Calendar" }, |
| 52 | + { "label": "Calendar", "path": "/form/calendar", "icon": "CalendarDays" }, |
| 53 | + { "label": "Input OTP", "path": "/form/input-otp", "icon": "Hash" }, |
| 54 | + { "label": "Toggle", "path": "/form/toggle", "icon": "ToggleLeft" }, |
| 55 | + { "label": "File Upload", "path": "/form/file-upload", "icon": "UploadCloud" } |
56 | 56 | ] |
57 | 57 | }, |
58 | 58 | { |
59 | 59 | "label": "Data Display", |
60 | 60 | "icon": "Table", |
61 | 61 | "children": [ |
62 | | - { "label": "List", "path": "/data-display/list" }, |
63 | | - { "label": "Table", "path": "/data-display/table" }, |
64 | | - { "label": "Avatar", "path": "/data-display/avatar" }, |
65 | | - { "label": "Badge", "path": "/data-display/badge" }, |
66 | | - { "label": "Alert", "path": "/data-display/alert" }, |
67 | | - { "label": "Statistic", "path": "/data-display/statistic" }, |
68 | | - { "label": "Tree View", "path": "/data-display/tree-view" } |
| 62 | + { "label": "List", "path": "/data-display/list", "icon": "List" }, |
| 63 | + { "label": "Table", "path": "/data-display/table", "icon": "Table" }, |
| 64 | + { "label": "Avatar", "path": "/data-display/avatar", "icon": "User" }, |
| 65 | + { "label": "Badge", "path": "/data-display/badge", "icon": "Tag" }, |
| 66 | + { "label": "Alert", "path": "/data-display/alert", "icon": "AlertCircle" }, |
| 67 | + { "label": "Statistic", "path": "/data-display/statistic", "icon": "TrendingUp" }, |
| 68 | + { "label": "Tree View", "path": "/data-display/tree-view", "icon": "Network" } |
69 | 69 | ] |
70 | 70 | }, |
71 | 71 | { |
72 | 72 | "label": "Feedback", |
73 | 73 | "icon": "Bell", |
74 | 74 | "children": [ |
75 | | - { "label": "Toaster", "path": "/feedback/toaster" }, |
76 | | - { "label": "Progress", "path": "/feedback/progress" }, |
77 | | - { "label": "Loading", "path": "/feedback/loading" }, |
78 | | - { "label": "Skeleton", "path": "/feedback/skeleton" } |
| 75 | + { "label": "Toaster", "path": "/feedback/toaster", "icon": "MessageSquare" }, |
| 76 | + { "label": "Progress", "path": "/feedback/progress", "icon": "Loader2" }, |
| 77 | + { "label": "Loading", "path": "/feedback/loading", "icon": "Loader" }, |
| 78 | + { "label": "Skeleton", "path": "/feedback/skeleton", "icon": "Ghost" } |
79 | 79 | ] |
80 | 80 | }, |
81 | 81 | { |
82 | 82 | "label": "Overlay", |
83 | 83 | "icon": "Layers", |
84 | 84 | "children": [ |
85 | | - { "label": "Dialog", "path": "/overlay/dialog" }, |
86 | | - { "label": "Sheet", "path": "/overlay/sheet" }, |
87 | | - { "label": "Drawer", "path": "/overlay/drawer" }, |
88 | | - { "label": "Popover", "path": "/overlay/popover" }, |
89 | | - { "label": "Tooltip", "path": "/overlay/tooltip" }, |
90 | | - { "label": "Hover Card", "path": "/overlay/hover-card" }, |
91 | | - { "label": "Alert Dialog", "path": "/overlay/alert-dialog" }, |
92 | | - { "label": "Dropdown Menu", "path": "/overlay/dropdown-menu" }, |
93 | | - { "label": "Context Menu", "path": "/overlay/context-menu" } |
| 85 | + { "label": "Dialog", "path": "/overlay/dialog", "icon": "MessageSquare" }, |
| 86 | + { "label": "Sheet", "path": "/overlay/sheet", "icon": "Sidebar" }, |
| 87 | + { "label": "Drawer", "path": "/overlay/drawer", "icon": "PanelBottom" }, |
| 88 | + { "label": "Popover", "path": "/overlay/popover", "icon": "MessageCircle" }, |
| 89 | + { "label": "Tooltip", "path": "/overlay/tooltip", "icon": "MessageSquare" }, |
| 90 | + { "label": "Hover Card", "path": "/overlay/hover-card", "icon": "CreditCard" }, |
| 91 | + { "label": "Alert Dialog", "path": "/overlay/alert-dialog", "icon": "AlertTriangle" }, |
| 92 | + { "label": "Dropdown Menu", "path": "/overlay/dropdown-menu", "icon": "Menu" }, |
| 93 | + { "label": "Context Menu", "path": "/overlay/context-menu", "icon": "MousePointer" } |
94 | 94 | ] |
95 | 95 | }, |
96 | 96 | { |
97 | 97 | "label": "Disclosure", |
98 | 98 | "icon": "ChevronRight", |
99 | 99 | "children": [ |
100 | | - { "label": "Accordion", "path": "/disclosure/accordion" }, |
101 | | - { "label": "Collapsible", "path": "/disclosure/collapsible" } |
| 100 | + { "label": "Accordion", "path": "/disclosure/accordion", "icon": "ListCollapse" }, |
| 101 | + { "label": "Collapsible", "path": "/disclosure/collapsible", "icon": "ChevronsUpDown" } |
102 | 102 | ] |
103 | 103 | }, |
104 | 104 | { |
105 | 105 | "label": "Complex", |
106 | 106 | "icon": "Cpu", |
107 | 107 | "children": [ |
108 | | - { "label": "Data Table", "path": "/complex/data-table" }, |
109 | | - { "label": "Kanban", "path": "/complex/kanban" }, |
110 | | - { "label": "Filter Builder", "path": "/complex/filter-builder" }, |
111 | | - { "label": "Calendar View", "path": "/complex/calendar-view" }, |
112 | | - { "label": "Timeline", "path": "/complex/timeline" }, |
113 | | - { "label": "Charts", "path": "/complex/charts" }, |
114 | | - { "label": "Carousel", "path": "/complex/carousel" }, |
115 | | - { "label": "Resizable", "path": "/complex/resizable" }, |
116 | | - { "label": "Scroll Area", "path": "/complex/scroll-area" }, |
117 | | - { "label": "Chatbot", "path": "/complex/chatbot" } |
| 108 | + { "label": "Data Table", "path": "/complex/data-table", "icon": "Table" }, |
| 109 | + { "label": "Kanban", "path": "/complex/kanban", "icon": "Kanban" }, |
| 110 | + { "label": "Filter Builder", "path": "/complex/filter-builder", "icon": "Filter" }, |
| 111 | + { "label": "Calendar View", "path": "/complex/calendar-view", "icon": "Calendar" }, |
| 112 | + { "label": "Timeline", "path": "/complex/timeline", "icon": "GitCommit" }, |
| 113 | + { "label": "Charts", "path": "/complex/charts", "icon": "BarChart" }, |
| 114 | + { "label": "Carousel", "path": "/complex/carousel", "icon": "GalleryHorizontal" }, |
| 115 | + { "label": "Resizable", "path": "/complex/resizable", "icon": "MoveHorizontal" }, |
| 116 | + { "label": "Scroll Area", "path": "/complex/scroll-area", "icon": "Scroll" }, |
| 117 | + { "label": "Chatbot", "path": "/complex/chatbot", "icon": "Bot" } |
118 | 118 | ] |
119 | 119 | } |
120 | 120 | ], |
|
0 commit comments