rsc-component
v0.1.0
Published
Some common components
Downloads
22
Readme
RscComponent
RscComponent是基于 Ant Design 而开发的模板组件集合
- RolesSelect是配置角色列表选择器,根据配置支持多结构嵌套,放在表单中直接作为<Form.Item name="xxx"></Form.Item>
安装
npm
npm i rsc-component --saveyarn
yarn add rsc-component##在项目中使用 例如使用RolesSelect
import { RolesSelect } from 'rsc-component'