@coderbox/atoms

React Components used at @Coderbox


Keywords
react, components, styled-components, react-components
License
ISC
Install
npm install @coderbox/atoms@1.0.55

Documentation

Coderbox

npm npm JavaScript Style Guide codebeat badge styled with prettier

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

DEMO Page

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