@@ -4,68 +4,66 @@ export const componentMenus: MenuData[] = [
44 { path : '/components/about' , name : '关于 UIW' } ,
55 { divider : true , name : '通用' } ,
66 { path : '/components/button' , name : 'Button 按钮' } ,
7+ { path : '/components/buttongroup' , name : 'ButtonGroup 按钮组' } ,
78 { path : '/components/icon' , name : 'Icon 图标' } ,
8- { path : '/components/typography' , name : 'Typography 排版' } ,
99 { divider : true , name : 'Layout' } ,
10+ { path : '/components/typography' , name : 'Typography 排版' } ,
1011 { path : '/components/divider' , name : 'Divider 分割线' } ,
1112 { path : '/components/flex' , name : 'Flex 布局' } ,
1213 { path : '/components/table' , name : 'Table 表格' } ,
1314 { path : '/components/spacing' , name : 'Spacing 间距' } ,
1415 { path : '/components/winblank' , name : 'WingBlank 两翼留白' } ,
16+ { path : '/components/ellipsis' , name : 'Ellipsis 超出省略' } ,
1517 { divider : true , name : 'Navigation' } ,
1618 { path : '/components/drawer' , name : 'Drawer 抽屉' } ,
19+ { path : '/components/modal' , name : 'Modal 模态框' } ,
20+ { path : '/components/actionSheet' , name : 'ActionSheet 动作面板' } ,
21+ { path : '/components/segmentedcontrol' , name : 'SegmentedControl 分段器' } ,
1722 { path : '/components/menudropdown' , name : 'MenuDropdown 菜单下拉按钮' } ,
1823 { path : '/components/swipeaction' , name : 'SwipeAction 滑动操作组件' } ,
1924 { path : '/components/expandablesection' , name : 'ExpandableSection 展开缩放组件' } ,
2025 { path : '/components/cardcollapse' , name : 'CardCollapse 可折叠卡片列表' } ,
2126 { divider : true , name : 'Data Entry' } ,
22- { path : '/components/buttongroup ' , name : 'ButtonGroup 按钮组 ' } ,
27+ { path : '/components/form ' , name : 'Form 表单 🚧 ' } ,
2328 { path : '/components/checkbox' , name : 'CheckBox 复选框' } ,
2429 { path : '/components/calendar' , name : 'Calendar 日历' } ,
2530 { path : '/components/input' , name : 'Input 文本输入' } ,
2631 { path : '/components/radio' , name : 'Radio 单选框' } ,
2732 { path : '/components/rating' , name : 'Rating 评分' } ,
28- { path : '/components/segmentedcontrol' , name : 'SegmentedControl 分段器' } ,
2933 { path : '/components/slider' , name : 'Slider 滑块输入条' } ,
3034 { path : '/components/switch' , name : 'Switch 开关' } ,
3135 { path : '/components/searchbar' , name : 'SearchBar 模糊搜索组件' } ,
36+ { path : '/components/progress' , name : 'Progress 进度条' } ,
37+ { path : '/components/stepper' , name : 'Stepper 步进器' } ,
38+ { path : '/components/picker' , name : 'Picker 选择器 🚧' } ,
39+ { path : '/components/datepicker' , name : 'DatePicker 日期选择器 🚧' } ,
40+ { path : '/components/treeSelect' , name : 'TreeSelect 级联选择器 🚧' } ,
3241 { divider : true , name : 'Data Display' } ,
3342 { path : '/components/avatar' , name : 'Avatar 头像' } ,
3443 { path : '/components/badge' , name : 'Badge 标记' } ,
35- { path : '/components/ellipsis' , name : 'Ellipsis 超出省略' } ,
36- { path : '/components/empty' , name : 'Empty 空状态' } ,
3744 { path : '/components/grid' , name : 'Grid 宫格' } ,
38- { path : '/components/list' , name : 'List 列表' } ,
3945 { path : '/components/steps' , name : 'Steps 步骤条' } ,
4046 { path : '/components/timeLine' , name : 'Timeline 时间轴' } ,
47+ { path : '/components/list' , name : 'List 列表' } ,
4148 { path : '/components/quicklist' , name : 'QuicList 快速列表' } ,
4249 { path : '/components/card' , name : 'Card 卡片' } ,
4350 { path : '/components/noticebar' , name : 'NoticeBar 通告栏' } ,
4451 { divider : true , name : 'Feedback' } ,
4552 { path : '/components/loader' , name : 'Loader 加载' } ,
46- { path : '/components/modal' , name : 'Modal 模态框' } ,
4753 { path : '/components/masklayer' , name : 'MaskLayer 遮罩层' } ,
54+ { path : '/components/empty' , name : 'Empty 空状态' } ,
4855 { path : '/components/result' , name : 'Result 结果页' } ,
4956 { path : '/components/toast' , name : 'Toast 轻提示' } ,
5057 { path : '/components/tabs' , name : 'Tabs 选项卡' } ,
51- { path : '/components/stepper' , name : 'Stepper 步进器' } ,
5258 { path : '/components/tile' , name : 'Tile 卡片' } ,
5359 { path : '/components/transitionImage' , name : 'TransitionImage 图片过渡' } ,
54- { path : '/components/progress' , name : 'Progress 进度条' } ,
5560 { path : '/components/tooltip' , name : 'Tooltip 工具提示' } ,
56- { path : '/components/actionSheet' , name : 'ActionSheet 动作面板' } ,
5761 { path : '/components/search-input-bar' , name : 'SearchInputBar 搜索栏' } ,
5862 { path : '/components/pagination' , name : 'Pagination 分页器' } ,
59- { path : '/components/textarea' , name : 'TextArea 多行输入框' } ,
6063 { path : '/components/imageViewer' , name : 'ImageViewer 图片查看' } ,
6164 { path : '/components/speeddial' , name : 'SpeedDial 悬浮标记' } ,
6265 { path : '/components/dragdrawer' , name : 'Dragdrawer 拖拽抽屉' } ,
6366 { path : '/components/swiper' , name : 'Swiper 轮播图' } ,
64- { divider : true , name : 'Test components' } ,
65- { path : '/components/form' , name : 'Form 表单 🚧' } ,
66- { path : '/components/picker' , name : 'Picker 选择器 🚧' } ,
67- { path : '/components/datepicker' , name : 'DatePicker 日期选择器 🚧' } ,
68- { path : '/components/treeSelect' , name : 'TreeSelect 级联选择器 🚧' } ,
6967 { divider : true , name : '其它' } ,
7068 { href : 'https://github.com/uiwjs/react-native-alipay' , name : 'Alipay 支付宝' , target : '__blank' } ,
7169 {
0 commit comments