React controls for sensenet lists
# Yarn
yarn add @sensenet/list-controls-react
# NPM
npm install @sensenet/list-controls-reactYou can check additional usage examples from the example app and from the tests.
After cloning this repository from github and installing the dependencies with the npm install command, you can run the example app with the npm run start script, it will be available on http://localhost:8080 by default.