@occmundial/recruiters-atomic-library

Collection of shareable styled React components for OCC Recruiters applications.

Usage no npm install needed!

<script type="module">
  import occmundialRecruitersAtomicLibrary from 'https://cdn.skypack.dev/@occmundial/recruiters-atomic-library';
</script>

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