Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/daniloab/buttons-system
- Owner: daniloab
- Created: 2019-05-06T16:32:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:16:44.000Z (about 2 years ago)
- Last Synced: 2024-10-18T09:15:39.427Z (3 months ago)
- Language: JavaScript
- Size: 761 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
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
```