This package is not under active development. You can find our latest packages in the sensenset/sn-client monorepo.
React controls for sensenet lists
You can install the package into your React project from npm with the npm install @sensenet/list-controls-react
command.
You 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.