@ornl-sava/vis-react-components
v1.1.21
Published
A set of React component for building visualizations.
Readme
Vis
Collection of React components for building visualizations.
To install use the library:
npm install @ornl-sava/vis-react-components --savePlease 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.
