0.3.3 • Published 5 years ago

brandelli v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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

0.3.3

5 years ago

0.3.1

6 years ago

0.2.29

6 years ago

0.2.28

6 years ago

0.2.27

6 years ago

0.2.17

7 years ago

0.2.16

7 years ago

0.2.15

7 years ago

0.2.14

7 years ago

0.2.13

7 years ago

0.2.12

7 years ago

0.2.11

7 years ago

0.2.10

7 years ago

0.2.9

7 years ago

0.2.8

7 years ago

0.2.7

7 years ago

0.2.6

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.1.53

7 years ago

0.1.52

7 years ago

0.1.51

7 years ago

0.1.50

7 years ago

0.1.49

7 years ago

0.1.48

7 years ago

0.1.47

7 years ago

0.1.46

7 years ago

0.1.45

7 years ago

0.1.44

7 years ago

0.1.42

7 years ago

0.1.41

7 years ago

0.1.40

7 years ago

0.1.39

7 years ago

0.1.38

7 years ago

0.1.36

7 years ago

0.1.35

7 years ago

0.1.34

7 years ago

0.1.33

7 years ago

0.1.30

7 years ago

0.1.28

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago