Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daniloab/buttons-system

Button design system with react and styled-components
https://github.com/daniloab/buttons-system

Last synced: 3 months ago
JSON representation

Button design system with react and styled-components

Awesome Lists containing this project

README

        

# Button Design System
Hi! This is my initial project about design system with react, styled-components and react-icons.

![Button System Exemple](https://i.imgur.com/ZhJPBmz.png)

I'm improving the css yet and tips to find the best way to do this are welcome =]

Based on my pen [Button Styles with BEM](https://codepen.io/daniloab/pen/KYPmpR)

## Getting Started

This project use create-react-app
```
# clone repo
$ git https://github.com/daniloab/buttons-system.git
$ cd buttons-system

# install dependencies
$ yarn

# start project
$ yarn start
```