We are currently theming an application that uses react-select, and on order to reclaim control on the presentation, we configured react-select as unstyled. Still, there are some styles remaining (in the form of css- classes).
Is there a way to disabled styleing entirely and reclaim total control on the presentation layer?
We are currently theming an application that uses react-select, and on order to reclaim control on the presentation, we configured react-select as
unstyled. Still, there are some styles remaining (in the form ofcss-classes).Is there a way to disabled styleing entirely and reclaim total control on the presentation layer?