Introduction
coderbox-atoms
is a collection of REACT components used to develop the application at Coderbox
Installation
npm install @coderbox/atoms --save
yarn add @coderbox/atoms
Works with browserify and should work with webpack.
Demo
For code example check .stories.js
files from each component.
Components List
- [x] Button
- [x] Group
- [x] Icon
- [x] Image
- [x] Box
- [x] Title
- [x] Subtitle
- [x] Loader
- [x] Tag
Build
npm run build