/sn-list-controls-react

React controls for sensenet lists

Primary LanguageTypeScriptGNU General Public License v2.0GPL-2.0

Build Status codecov

sn-list-controls-react


This package is not under active development. You can find our latest packages in the sensenset/sn-client monorepo.


React controls for sensenet lists

Installation and usage

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.

Running the example application

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.