-
Notifications
You must be signed in to change notification settings - Fork 6
refactor(button): ♻️ update button related components #41
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/5xn45g2jy |
| export * from "./IconButton"; | ||
| export * from "./ButtonGroup"; | ||
| export * from "./ButtonIcon"; | ||
| export * from "./CloseButton"; | ||
| export * from "./IconButton"; |
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.
Separated them for better granularity & understanding.
| @@ -1,5 +1,5 @@ | |||
| module.exports = { | |||
| stories: ["../src/**/stories/*.stories.@(ts|tsx)"], | |||
| stories: ["../src/Tag/stories/*.stories.@(ts|tsx)"], | |||
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.
change this before merge
No description provided.