You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to create a generic icon component with an icon prop, so we could directly set the icon without duplicating the control, like with bootstrap-vue:
Also need this. Not sure however how it will be handled by tree shaking.
I use this lib mainly for bundle size optimization, because it will bundle only icons I use.
It would be useful to create a generic icon component with an
icon
prop, so we could directly set the icon without duplicating the control, like with bootstrap-vue:Instead of
We could write
The text was updated successfully, but these errors were encountered: