@coderbox/atoms

React Components used at @Coderbox

Usage no npm install needed!

<script type="module">
  import coderboxAtoms from 'https://cdn.skypack.dev/@coderbox/atoms';
</script>

README

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