antd学习:自己2次封装的组件包汇总

为了统一接口,约定的方式提高编程效率,自己做了一些2次封装,包列表记录
更新于: 2021-12-29 05:52:18

常用 form 组件列表 react-ant-* 为前缀

组件名主页备注
Select 标准化https://github.com/afeiship/react-ant-selectv3/v4
TreeSelect 标准化https://github.com/afeiship/react-ant-tree-selectv3/v4
Tree 标准化https://github.com/afeiship/react-ant-treev3/v4
autocomplete 标准化https://github.com/afeiship/react-ant-autocomplete目前只支持 v3
标准化 CheckboxGrouphttps://github.com/afeiship/react-ant-checkbox-groupv3/v4
标准化 Checkboxhttps://github.com/afeiship/react-ant-checkboxv3/v4
Dropdown 标准化https://github.com/afeiship/react-ant-dropdown-menu v3/v4
InputNumber 标准化https://github.com/afeiship/react-ant-input-number v3/v4
标准化 RadioGrouphttps://github.com/afeiship/react-ant-radio-groupv3/v4
标准化 Input.Searchhttps://github.com/afeiship/react-ant-input-searchv3/v4
标准化 Menuhttps://github.com/afeiship/react-ant-menu v3/v4
标准化 Inputhttps://github.com/afeiship/react-ant-input v3/v4
Rate 标准化https://github.com/afeiship/react-ant-rate v3/v4
标准化 Switchhttps://github.com/afeiship/react-ant-switch v3/v4
百度网盘链接提取https://github.com/afeiship/react-ant-baidu-pan-input
菜单切换组件https://github.com/afeiship/react-ant-menu-burger
快速的地址定位服务https://github.com/afeiship/react-ant-geo-input
DataPicker标准化https://github.com/afeiship/react-ant-date-picker v3/v4
简单的可以拖动 Treehttps://github.com/afeiship/react-ant-draggable-tree有一些问题,业务上使用,需要区分场景
一个适用的颜色提取组件https://github.com/afeiship/react-ant-color-picker
简单的缩略图预览https://github.com/afeiship/react-ant-image-pop-view
可编辑 Taghttps://github.com/afeiship/react-ant-editable-tag还不完善,正常项目慎重使用
PopConfirm 的简单包装https://github.com/afeiship/react-ant-confirm不推荐在公司项目中使用
输出 URL,可以打开(v3)https://afeiship.github.io/react-ant-url-input/
一个有用的筛选条件https://github.com/afeiship/react-ant-filter-dropdown-checkbox
状态切换 Switchhttps://github.com/afeiship/react-ant-status-switch
TagGroup 快速输入https://github.com/afeiship/react-ant-editable-tag-group
多行输入(参考链接)https://github.com/afeiship/react-ant-textarea-lines
选择+输入+搜索https://github.com/afeiship/react-ant-pre-select-input