Temzasse / react-modal-sheet

Flexible bottom sheet component built with Framer Motion to provide buttery smooth UX while keeping accessibility in mind 🪐

Home Page:https://temzasse.github.io/react-modal-sheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow style with Tailwind with className prop

terciodejesus opened this issue · comments

Allow style with Tailwind with className prop

This is already possible to do.

@terciodejesus you need to use the important ! modifier when using tailwind class names to override the inline styles on the components provided by react-modal-sheet. E.g. !bg-red-400