React盒选择
React组件,用于在元素上进行框选择。
Gif
例子
安装
npm install react-box-selection || yarn react-box-selection
用法
import Selection from 'react-box-selection'
const content = [ ... Array ( 7 ) ] . map ( ( item , row ) => {
return [ ... Array ( 14 ) ] . map ( ( item , col ) => {
const data = Math . floor ( Math . random ( ) * 100 + 1 )
const tmp = < h3 xss=removed> { data } <
评论0
最新资源