0.1.5 • Published 5 years ago

fifthbeat-brandelli v0.1.5

Weekly downloads
18
License
-
Repository
-
Last release
5 years ago

Brandelli

Brandelli is a react componet library.

Principles

We structured and pampered every component following these simple principles:

  1. Zero impact – try to create as less components as possible
  2. Recycle – try to code so you will have to write as less as possible in future
  3. Separate – try to identify and define each component function

How to

As simple as

yarn
# or
npm install

and

yarn start
# or
npm run start