@occmundial/recruiters-atomic-library
v0.8.12
Published
Collection of shareable styled React components for OCC Recruiters applications.
Downloads
47
Readme
Recruiters-Atomic-Library •
This library contains a collection of shareable styled React components, ready to use for the applications developed by OCC.
Instalation and usage
To install this library, use the next command:
// With npm
npm install --save @occmundial/recruiters-atomic-library
// With yarn
yarn add @occmundial/recruiters-atomic-library
To use its components, you just have to import them like this:
import { Button } from '@occmundial/recruiters-atomic-library';