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
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.