@coderbox/atoms
v1.1.8
Published
React Components used at @Coderbox
Readme

Introduction
coderbox-atoms is a collection of REACT components used to develop the application at Coderbox
Installation
npm install @coderbox/atoms --saveyarn add @coderbox/atomsWorks 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