Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐
https://temzasse.github.io/react-modal-sheet/
MIT License
783 stars 74 forks source link

Suggestion: add compatibility with Tailwind #109

Closed felpsio closed 1 year ago

felpsio commented 1 year ago

I would like to be able to style the components using tailwind classes instead of using style directly.

Temzasse commented 1 year ago

Thank you for raising this issue 👍🏻 I will add support for giving a className for the various sheet components which will enabled Tailwind support 🙂

felpsio commented 1 year ago

Thanks. Also thanks a lot for this amazing library! :D

Temzasse commented 1 year ago

Adding a className to the various sheet components was released in v1.9.0.

This should enabled Tailwind support 😊