brandelli
TypeScript icon, indicating that this package has built-in type declarations

0.3.3 • Public • Published

Brandelli

React componet library for higly customizables projects.



Brandelli in italian means shreds, like the ones of Arlecchino's costume. (Reference here if you don't know what we are talking about).

📕 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

💻 Install

Add to your project with

yarn add brandelli
# or
npm install --save brandelli

💅 Styles

Styling is powered by styling components allowing you easy customization.

Example:

import styled from 'styled-components';
import {Button} from 'brandelli';

const TomatoButton = styled(Button)`
  color: tomato;
  border-color: tomato;
`;

🏗 TODO

Stuff we have to implent to pimp this butterfly

  • [ ] Default theming
  • [ ] Theme ovveriding options

✨ Libs we used as inspiration

Package Sidebar

Install

npm i brandelli

Weekly Downloads

1

Version

0.3.3

License

MIT

Unpacked Size

112 kB

Total Files

39

Last publish

Collaborators

  • megio
  • wanbinkimoon