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.
- Host: GitHub
- URL: https://github.com/occmundial/occ-atomic
- Owner: occmundial
- Created: 2018-06-12T23:17:48.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2025-08-28T14:17:15.000Z (10 months ago)
- Last Synced: 2025-08-28T21:38:24.160Z (10 months ago)
- Topics: component-library, design-tokens-consumer, livingstyleguide, react, react-components, react-jss, styleguide
- Language: JavaScript
- Homepage:
- Size: 16.2 MB
- Stars: 2
- Watchers: 7
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# [OCC-Atomic](https://occmundial.github.io/occ-atomic) • [](https://badge.fury.io/js/%40occmundial%2Focc-atomic) [](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