The ChaynsComponents can be installed directly from npm by using the following package:
npm install -S chayns-components@latest
The following components are part of this package:
Component | Description | Readme File |
---|---|---|
react-chayns-textstring | TextString Component | Readme |
For starting the examples you have to first install all dependencies...
npm i
... and the start the webpack-dev-server with the following command:
npm start