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
Similar to style mixins, it would be nice to have custom class props like so:
<Buttonclass="custom-class">
Click me
</Button>
I've found myself manually setting the style attribute of certain components at times, which tells me that the components aren't flexible enough as is. This might be a much easier shorthand solution to making any stylistic changes to components
The text was updated successfully, but these errors were encountered:
Similar to style mixins, it would be nice to have custom class props like so:
I've found myself manually setting the style attribute of certain components at times, which tells me that the components aren't flexible enough as is. This might be a much easier shorthand solution to making any stylistic changes to components
The text was updated successfully, but these errors were encountered: