Khan / react-multi-select

A multiple select component for React
MIT License
184 stars 97 forks source link

Change styling programically #67

Open gaveen5555 opened 4 years ago

gaveen5555 commented 4 years ago

There's no way to change the styling.

end-user commented 4 years ago

Worse: styles are verbosely applied to each element, rather than using classes. This means the styles override any css applied to the page.