react-selectable:react的组件,允许鼠标选择子项

时间:2024-05-22 13:57:20
【文件属性】:

文件名称:react-selectable:react的组件,允许鼠标选择子项

文件大小:53KB

文件格式:ZIP

更新时间:2024-05-22 13:57:20

JavaScript

React的可选项目 允许使用鼠标单独或分组选择项目。 演示版 从0.1升级到0.2 0.2版本发生了重大变化。 请。 入门 npm install react-selectable import React from 'react' ; import { render } from 'react-dom' ; import { SelectableGroup , createSelectable } from 'react-selectable' ; import SomeComponent from './some-component' ; const SelectableComponent = createSelectable ( SomeComponent ) ; class App extends React . Component { constructor ( prop


【文件预览】:
react-selectable-master
----react-selectable.d.ts(967B)
----example()
--------sample-data.js(1KB)
--------index.html(724B)
--------example.js(191B)
--------npm-debug.log(8KB)
--------App.js(3KB)
--------Album.js(253B)
----.babelrc(47B)
----package.json(1KB)
----UPGRADING.md(2KB)
----LICENSE(1KB)
----package-lock.json(141KB)
----example.js(3KB)
----dist()
--------react-selectable.js(26KB)
----src()
--------index.js(248B)
--------nodeInRoot.js(161B)
--------isNodeIn.js(357B)
--------selectable-group.js(9KB)
--------getBoundsForNode.js(365B)
--------doObjectsCollide.js(2KB)
--------createSelectable.js(873B)
----.gitignore(31B)
----webpack.config.js(1KB)
----README.md(4KB)
----webpack.config.example.js(468B)

网友评论