Skip to content

Latest commit

 

History

History

README.md

@sensenet/list-controls-react

React controls for sensenet lists

NPM version NPM downloads License: GPL v2

Install

# Yarn
yarn add @sensenet/list-controls-react

# NPM
npm install @sensenet/list-controls-react

Usage

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.