drag-selection
基于react的框选组件。
Usage
npm install drag-selection
.container height: 430px; overflow-y: auto; background: #f5f5f5; display: grid; gap: 10px; justify-content: center; grid-template-columns: repeatauto-fill, 100px; grid-template-rows: repeatauto-fill, 100px; .node display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: bold; background: #e5e5e5; .highlight background: #a5a5a5; color: #fff;
const nodeIds = ; return <DragSelection => <div => nodeIds </div> </DragSelection>
RUN EFFECT
LICENSE
MIT