react sortable tree:用于嵌套数据和层次结构的拖放式可排序组件 源码
React可排序树 一个用于对分层数据进行拖放式可排序表示的React组件。 查看,以演示一些基本功能和高级功能。 目录 入门 使用npm安装react-sortable-tree 。 # NPM npm install react-sortable-tree --save # YARN yarn add react-sortable-tree 每个发行版均提供ES6和CommonJS构建。 例如: // This only needs to be done once; probably during your application's bootstrapping process.
用户评论