文件名称:react-list-input:您的用户需要管理物品清单吗? 编辑吗? 拖拉它吗? 用这个!
文件大小:60KB
文件格式:ZIP
更新时间:2024-05-19 13:28:23
react list input drag click
React列表输入 您的用户需要管理物品清单吗? 编辑吗? 拖拉它吗? 用这个! import React from 'react' import { render } from 'react-dom' import ReactListInput from 'react-list-input' const Input = ( { value , onChange , type = 'text' } ) => < input type = { type } value = { value } onChange = { e => onChange ( e . target . value ) } / > class Demo extends React . Component { constructor ( props ) { super ( props ) this
【文件预览】:
react-list-input-master
----.travis.yml(338B)
----nwb.config.js(220B)
----package.json(886B)
----tests()
--------.eslintrc(37B)
--------index-test.js(478B)
----CONTRIBUTING.md(746B)
----src()
--------genKey.js(158B)
--------index.js(62B)
--------logGroup.js(106B)
--------debourceDecorator.js(149B)
--------ListInput.js(5KB)
----.gitignore(64B)
----demo()
--------src()
----README.md(2KB)
----yarn.lock(194KB)