An open API service indexing awesome lists of open source software.

https://github.com/occmundial/occ-atomic

Collection of shareable styled React components for OCC applications.
https://github.com/occmundial/occ-atomic

component-library design-tokens-consumer livingstyleguide react react-components react-jss styleguide

Last synced: 3 months ago
JSON representation

Collection of shareable styled React components for OCC applications.

Awesome Lists containing this project

README

          

# [OCC-Atomic](https://occmundial.github.io/occ-atomic) • [![npm version](https://badge.fury.io/js/%40occmundial%2Focc-atomic.svg)](https://badge.fury.io/js/%40occmundial%2Focc-atomic) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)

To see the live version and demo of this project click here:
https://occmundial.github.io/occ-atomic

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/occ-atomic
// With yarn
yarn add @occmundial/occ-atomic
```
To use its components, you just have to import them like this:
```
import { Button } from '@occmundial/occ-atomic';
```
For more details, check how to implement each component in the live demo:
https://occmundial.github.io/occ-atomic