-
Notifications
You must be signed in to change notification settings - Fork 6
feat(button): ✨ add button group #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/9leac96kt |
| @@ -1,3 +1,4 @@ | |||
| import * as React from "react"; | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using our package in a test app requires the react import.
| import { overrideTailwindClasses } from "tailwind-override"; | ||
|
|
||
| import tailwindProperties from "../../tailwindProperties.json"; | ||
| import { tailwindProperties } from "./tailwindProperties"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These properties should be part of the build inorder to utilize them.
|
LGTM! |
* feat(button): ✨ add variant support for button * fix(button): 🐛 add current color to button spinner * feat(button): ✨ add button group (#11) * fix(build): 🐛 fix code to support the build version * feat(buttongroup): ✨ add button group & fix button disabled issues * fix(buttonicon): 🐛 add aria-label & stories for button-group * feat(button): ✨ add new example using reakit tab * fix(button): 🐛 left & right icon to prefix & suffix
No description provided.