Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 555 Bytes

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.