fifthbeat-brandelli
v0.1.5
Published
react-components-library
Downloads
4
Readme
Brandelli
Brandelli is a react componet library.
Principles
We structured and pampered every component following these simple principles:
- Zero impact – try to create as less components as possible
- Recycle – try to code so you will have to write as less as possible in future
- 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