React component library for building visualizations Edit
npm install visuals``sh`
$ npm install visuals
`js
import Visuals from 'visuals';
const Demo = (
);
ReactDOM.render(Demo, document.getElementById('demo'));
`
`sh
$ git clone https://github.com/joekent-cms-project/visuals.git
$ npm install
$ npm run storybook
$ npm run test # Coming soon
$ npm run lint # Coming soon
``