Skip to content

Collection of React components for building visualizations

License

Notifications You must be signed in to change notification settings

ornl-sava/vis-react-components

Repository files navigation

Vis

Collection of React components for building visualizations.

To install use the library:

npm install @ornl-sava/vis-react-components --save

Please see the examples directory for how to use the visualizations. To run the examples, run npm start

Development

To start the development server, run npm start, which will start an example application that uses the ./src directory.

To increment the patch version, run npm version patch.

To push to npmjs.com, run: npm publish --access=public.