UNPKG

react-selectable

Version:

Allows individual or group selection of items using the mouse.

6 lines (5 loc) 191 B
import React from 'react'; import ReactDOM from 'react-dom'; import App from './App'; import data from './sample-data'; ReactDOM.render(<App items={data} />, document.getElementById('app'));