mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-24 12:16:21 +10:00
Updates
This commit is contained in:
+44
-12
@@ -42,41 +42,41 @@
|
||||
title: 'Layout',
|
||||
desc: '布局'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Iconfont',
|
||||
desc: '字体图标'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Checkbox',
|
||||
desc: '多选框'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Radio',
|
||||
desc: '单选框'
|
||||
title: 'Iconfont',
|
||||
desc: '字体图标'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Button',
|
||||
desc: '按钮'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Switch',
|
||||
desc: '开关'
|
||||
title: 'Radio',
|
||||
desc: '单选框'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Form',
|
||||
desc: '表单'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Slider',
|
||||
desc: '滑动输入条'
|
||||
title: 'Switch',
|
||||
desc: '开关'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'InputNumber',
|
||||
desc: '数字输入框'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Motion',
|
||||
desc: '组件动画'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'InputNumber',
|
||||
desc: '数字输入框'
|
||||
title: 'Slider',
|
||||
desc: '滑动输入条'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Datepicker',
|
||||
@@ -102,10 +102,42 @@
|
||||
title: 'Collapse',
|
||||
desc: '折叠面板'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Alert',
|
||||
desc: '通知栏'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Notification',
|
||||
desc: '系统通知框'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Pagination',
|
||||
desc: '分页'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Tree',
|
||||
desc: '树形控件'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Carousel',
|
||||
desc: '走马灯'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Menu',
|
||||
desc: '导航菜单'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Tag',
|
||||
desc: '标签'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Affix',
|
||||
desc: '固定'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Upload',
|
||||
desc: '文件上传'
|
||||
});
|
||||
ANT_COMPONENTS.push({
|
||||
title: 'Modal',
|
||||
desc: '对话框'
|
||||
|
||||
Reference in New Issue
Block a user