README
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
- Button
- Group
- Icon
- Image
- Box
- Title
- Subtitle
- Loader
- Tag
Build
npm run build