appbaseio / reactivesearch

Search UI components for React and Vue
https://opensource.appbase.io/reactivesearch
Apache License 2.0
4.89k stars 471 forks source link

Use ReactiveSearch without default styling applied #1494

Open nithiz opened 4 years ago

nithiz commented 4 years ago

Affected Projects React

Is your feature request related to a problem? Please describe. I want to be able to use ReactiveSearch without any base styling applied. I don't want to be overwriting and resetting styles every time i include a new ReactiveSearch component.

Describe the solution you'd like It would be nice to have a version of the library available without any default classes/styling applied.

Describe alternatives you've considered I have tried using the className properties but the original class names and styling remain present on the element.

nithiz commented 3 years ago

It's been a while... I'm trying to optimize our application. In webpack bundle analyzer we can see that loading a simple ReactiveList also adds the styling while we aren't even using it (https://ibb.co/T4dChYF). Any chance this will be improved any time soon? If not we're kinda forced to look for a different UI library :(

royduin commented 3 years ago

Related: https://github.com/appbaseio/reactivesearch/discussions/1553

process0 commented 1 year ago

Bump