antd-components-plus:对Antd组件进行二次封装和扩展,对业务系统更加友好

时间:2024-06-05 15:16:14
【文件属性】:

文件名称:antd-components-plus:对Antd组件进行二次封装和扩展,对业务系统更加友好

文件大小:48KB

文件格式:ZIP

更新时间:2024-06-05 15:16:14

JavaScript

antd-components-plus 对Antd组件进行二次封装和扩展,对业务系统更加友好 Install npm install antd-components-plus // or yarn add antd-components-plus Antd Version 3.x Usage Select import { Select } from 'antd-components-plus' export default ()=>{ return

<Select dataSource={{0:'开始',1:'进行中',1:'暂停'}}/> <Select dataSource={[{key:'0',label:'有效'},{key:'1',label:'无效'}]}/> <Select


【文件预览】:
antd-components-plus-master
----rollup.config.js(402B)
----yarn.lock(103KB)
----src()
--------Select.jsx(3KB)
--------DatePicker()
--------index.js(100B)
----.babelrc(188B)
----build.js(0B)
----README.md(4KB)
----dist()
--------index.js(97KB)
----.gitignore(216B)
----.prettierrc.js(180B)
----package.json(1002B)

网友评论