onesine / react-tailwindcss-select

Tailwind Select Component for React.js
https://demo-react-tailwindcss-select.vercel.app/
MIT License
183 stars 38 forks source link

Change className of select element #60

Open samuelns opened 5 months ago

samuelns commented 5 months ago

Hi, first of all, congratulations for this package!

I have a dark theme in my app and need to change the classes when dark theme is active.

There's a way to change the classNames to Select element? I looked in the documentation and couldn't find anything about it.

image