0.3.3 • Published 4 years ago

brandelli v0.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 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

4 years ago

0.3.1

5 years ago

0.2.29

5 years ago

0.2.28

5 years ago

0.2.27

5 years ago

0.2.17

5 years ago

0.2.16

5 years ago

0.2.15

5 years ago

0.2.14

5 years ago

0.2.13

5 years ago

0.2.12

5 years ago

0.2.11

5 years ago

0.2.10

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.7

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.1.53

5 years ago

0.1.52

5 years ago

0.1.51

5 years ago

0.1.50

5 years ago

0.1.49

5 years ago

0.1.48

5 years ago

0.1.47

5 years ago

0.1.46

5 years ago

0.1.45

5 years ago

0.1.44

5 years ago

0.1.42

6 years ago

0.1.41

6 years ago

0.1.40

6 years ago

0.1.39

6 years ago

0.1.38

6 years ago

0.1.36

6 years ago

0.1.35

6 years ago

0.1.34

6 years ago

0.1.33

6 years ago

0.1.30

6 years ago

0.1.28

6 years ago

0.1.26

6 years ago

0.1.25

6 years ago

0.1.24

6 years ago

0.1.23

6 years ago

0.1.22

6 years ago

0.1.20

6 years ago

0.1.19

6 years ago

0.1.18

6 years ago

0.1.17

6 years ago

0.1.16

6 years ago

0.1.15

6 years ago

0.1.14

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.8

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago