algolia / angular-instantsearch

⚡️Lightning-fast search for Angular apps, by Algolia
https://algolia.com/doc/deprecated/instantsearch/angular/v4/api-reference/instantsearch/
MIT License
261 stars 73 forks source link

range-slider widget default styling #24

Open iam4x opened 6 years ago

iam4x commented 6 years ago

Actually this widget does not have any styling.

odecharette commented 6 years ago

hello ! Do you have a date of implementation for the styling ?

I need it :)

Thanks !

iam4x commented 6 years ago

Hello @odecharette actually you can use the RangeSlider widget but you will have to customise the CSS styles by yourself.

You need to import this extern CSS as well: https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/10.1.0/nouislider.min.css (it can be found in your node_modules/nouislider directory as well.

You can see the slider in action here: http://angular-instantsearch.netlify.com/dev-novel/?selectedStory=RangeSlider.default

iam4x commented 6 years ago

I do not have an ETA of implementation of a theme for this widget yet, poke @ronanlevesque