To see the live version and demo of this project click here: https://occmundial.github.io/atomic
This library contains a collection of shareable styled React components, tokens and hooks, ready to use for the applications developed by OCC.
To install this library, use the next command:
// With npm
npm install --save @occmundial/atomic
// With yarn
yarn add @occmundial/atomic
To use its components, you just have to import them like this:
import { Button } from '@occmundial/atomic'
For more details, check how to implement each component in the live demo: https://occmundial.github.io/atomic
This library depends on the following libraries, which you must have installed in your project:
"react": ">16.8.0",
"react-dom": ">16.8.0",
"react-jss": "^10.6.0"