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

Expose default classnames #47

Open alcidesbsilvaneto opened 1 year ago

alcidesbsilvaneto commented 1 year ago

A constant DEFAULT_CLASSNAMES was created and now most of the classNames attributes are functions which provide the default classNames and allow users to merge those classNames with their custom ones.