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

https://github.com/jsonfm/react-button-component

🎨 A React.js button library.
https://github.com/jsonfm/react-button-component

challenge react tailwindcss vite

Last synced: 2 months ago
JSON representation

🎨 A React.js button library.

Awesome Lists containing this project

README

          

### Button

### User stories

- [ ] I can see different button types: default, outline and text.
- [ ] I can choose to disable box-shadow.
- [ ] I can choose to disable the button.
- [ ] I can choose to have an icon on the left or right (Use Google Icon and at least 5 variants).
- [ ] I can have different button sizes.
- [ ] I can have different colors.
- [ ] When I hover or focus, I can see visual indicators.
- [ ] I can still access all button attributes.
- [ ] (optional) Show button in a similar way like the design or use Storybook. Otherwise, showing the button in multiple states is enough.