ipotisedge-ui-src
v0.1.3
Published
## Project setup ``` npm install ```
Downloads
1
Readme
精控能源UI组件库
安装
npm install ipotisedge-ui
使用
// 引入 ipotisedge-ui
import ipotisedgeUI from 'ipotisedge-ui'
app.use(ipotisedgeUI)
组件库
button 按钮
<jk-button><jk-button>
| 属性名 | 说明 | 类型 | 默认值 | 备注 | | -------- | ---- | ------- | ------ | ------------------------------------------------------------ | | height | 高度 | String | 32px | 必须带上单位px或%等 | | width | 宽度 | String | - | 必须带上单位px或%等 | | color | 颜色 | String | - | | | type | 类型 | enum | - | primary(#3B8BF6)success(#3B8BF6)warning(#FF8C00)danger(#FF5555)info(#5E6E82A6) | | disabled | 禁用 | boolean | false | |