-
Notifications
You must be signed in to change notification settings - Fork 8
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
Box V1 #8
Box V1 #8
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/timelessco/renderlesskit-react-tailwind/9ntmygekn |
|
||
const _viewBox = viewBox ?? fallbackIcon.viewBox; | ||
const shared: any = { |
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.
removing any does not seem to affect anything so let's remove it.
* feat(button): ✨ add button size variant based on figma design * fix(button): 🐛 button issue passing children * feat(icon): ✨ add icon support for button * feat(button): ✨ add left & right icon with icons stories * feat(spinner): ✨ add spinner & integrate with button * build(deps): 💚 fix build by localizing & upgrading deps * Box V1 (#8) * feat(box): ✨ add box primitive component * fix(box): 🏷️ fix box type issue with as * fix(components): 🐛 add as functionality to all components
No description provided.