0.1.2 • Published 6 years ago

tinkerbot-component-lib v0.1.2

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

tinkerbot-component-lib

An example react component library based on Building a React Component Library

Goals and concepts

Follows concepts introduced by Brad Frost's Atomic Design Goal of this library is to create components that are easily extensible and re-usable.

Atoms -> Elements

  • each element should be able to stand on its own

Molecules -> Components

  • simple and distinct combinations of elements/atoms