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.
- Host: GitHub
- URL: https://github.com/jsonfm/react-button-component
- Owner: jsonfm
- Created: 2023-07-02T17:17:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T15:02:44.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T13:47:01.658Z (over 1 year ago)
- Topics: challenge, react, tailwindcss, vite
- Language: TypeScript
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.