tingle-select-field:用于tinglejs的`SelectField Component`

时间:2024-05-23 06:59:33
【文件属性】:

文件名称:tingle-select-field:用于tinglejs的`SelectField Component`

文件大小:11KB

文件格式:ZIP

更新时间:2024-05-23 06:59:33

JavaScript

tingle-select-field SelectField 是选择输入表单域。 Install npm install tingle-select-field --save Simple Usage constructor(props) { super(props); this.state = { // 数据模型 data: [ [ { value: 0, text: '一月' }, { value: 1, text: '二月' }, { value: 2, text: '三月' }, { value: 3, text: '四月' }, { value: 4


【文件预览】:
tingle-select-field-master
----package.json(1KB)
----.yo-rc.json(28B)
----gulpfile.js(306B)
----index.html(1KB)
----src()
--------index.js(172B)
--------SelectField.styl(480B)
--------SelectField.css(446B)
--------SelectField.js(3KB)
--------svg()
--------SelectField.css.map(841B)
----.gitignore(419B)
----History.md(380B)
----demo()
--------index.js(317B)
--------SelectFieldDemo.js(2KB)
--------SelectFieldDemo.styl(242B)
----README.md(4KB)

网友评论