-
-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Labels
Description
This issue is a:
- Feature request
Description
Currently you can add CSS styles with wrapStyle
prop, but we need to add css through string
like:
<Zoom className={classes}>
<img something={something} />
<Zoom>
Because there's some cases to use CSS Modules or utility first css frameworks like Tailwind CSS.