Skip to content

occmundial/recruiters-atomic-library

Repository files navigation

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';