@@ -8,45 +8,43 @@ export function LeftMenu() {
88 < MenuItem to = "/components/overview" > Overview</ MenuItem >
99 < MenuItem
1010 subMenu = { [
11- { to : '/components/form/ button' , children : 'Button' } ,
12- { to : '/components/form/ text-box' , children : 'Text box' } ,
13- { to : '/components/form/ text-area' , children : 'Text area' } ,
14- { to : '/components/form/ dropdown' , children : 'Dropdown' } ,
15- { to : '/components/form/ radio' , children : 'Radio' } ,
16- { to : '/components/form/ checkbox' , children : 'Checkbox' } ,
17- { to : '/components/form/ stepper' , children : 'Stepper' } ,
18- { to : '/components/form/ toggle' , children : 'Toggle' } ,
19- { to : '/components/form/ slider' , children : 'Slider' } ,
20- { to : '/components/form/ date-picker' , children : 'Date picker' } ,
21- { to : '/components/form/ color-picker' , children : 'Color picker' } ,
22- { to : '/components/form/ uploader' , children : 'Uploader' } ,
23- { to : '/components/form/ pagination' , children : 'Pagination' } ,
24- { to : '/components/form/ progress-bar' , children : 'Progress Bar' } ,
25- { to : '/components/form/ search' , children : 'Search' } ,
26- { to : '/components/form/ select' , children : 'Select' } ,
27- { to : '/components/form/ label' , children : 'Label' } ,
11+ { to : '/components/button' , children : 'Button' } ,
12+ { to : '/components/text-box' , children : 'Text box' } ,
13+ { to : '/components/text-area' , children : 'Text area' } ,
14+ { to : '/components/dropdown' , children : 'Dropdown' } ,
15+ { to : '/components/radio' , children : 'Radio' } ,
16+ { to : '/components/checkbox' , children : 'Checkbox' } ,
17+ { to : '/components/stepper' , children : 'Stepper' } ,
18+ { to : '/components/toggle' , children : 'Toggle' } ,
19+ { to : '/components/slider' , children : 'Slider' } ,
20+ { to : '/components/date-picker' , children : 'Date picker' } ,
21+ { to : '/components/color-picker' , children : 'Color picker' } ,
22+ { to : '/components/uploader' , children : 'Uploader' } ,
23+ { to : '/components/pagination' , children : 'Pagination' } ,
24+ { to : '/components/progress-bar' , children : 'Progress Bar' } ,
25+ { to : '/components/search' , children : 'Search' } ,
26+ { to : '/components/select' , children : 'Select' } ,
27+ { to : '/components/label' , children : 'Label' } ,
2828 ] }
2929 >
3030 Form
3131 </ MenuItem >
3232 < MenuItem
3333 subMenu = { [
34- { to : '/components/layout/ footer' , children : 'Footer' } ,
35- { to : '/components/layout/ tooltip' , children : 'Tooltip' } ,
36- { to : '/components/layout/ tab' , children : 'Tab' } ,
37- { to : '/components/layout/ menu' , children : 'Menu' } ,
38- { to : '/components/layout/ header' , children : 'Header' } ,
39- { to : '/components/layout/ confirm' , children : 'Confirm' } ,
40- { to : '/components/layout/ snackbar' , children : 'Snackbar' } ,
41- { to : '/components/layout/ bottom-sheet' , children : 'Bottom sheet' } ,
34+ { to : '/components/footer' , children : 'Footer' } ,
35+ { to : '/components/tooltip' , children : 'Tooltip' } ,
36+ { to : '/components/tab' , children : 'Tab' } ,
37+ { to : '/components/menu' , children : 'Menu' } ,
38+ { to : '/components/header' , children : 'Header' } ,
39+ { to : '/components/confirm' , children : 'Confirm' } ,
40+ { to : '/components/snackbar' , children : 'Snackbar' } ,
41+ { to : '/components/bottom-sheet' , children : 'Bottom sheet' } ,
4242 ] }
4343 >
4444 Layout
4545 </ MenuItem >
4646 < MenuItem
47- subMenu = { [
48- { to : '/components/theme/theme-button' , children : 'Theme Button' } ,
49- ] }
47+ subMenu = { [ { to : '/components/theme-button' , children : 'Theme Button' } ] }
5048 >
5149 Theme
5250 </ MenuItem >
0 commit comments