akveo / nebular

:boom: Customizable Angular UI Library based on Eva Design System :new_moon_with_face::sparkles:Dark Mode
https://akveo.github.io/nebular
MIT License
8.04k stars 1.51k forks source link

Slider (Range): new component #780

Open nnixaa opened 5 years ago

Kalvisan commented 3 years ago

Any updates on range slider component?

Whisper40 commented 3 years ago

No news about that :(

DanialV commented 3 years ago

Still nothing :*(

topjor commented 3 years ago

I have started building my own range slider (input[type=range]) I am using the nebular theme as much as possible (reusing input and radio styling at the moment for compatibility with any theme customization) I am also copying as much code from existing components so it is as true to regular nebular as possible (eg statuses, size, etc.) I will push my code somewhere (probably gist) when I am done and post it here. Hopefully this will help both the main team for quicker integration into nebular itself, as well as a temporary component for others until integration.

Please not it may take some time, I am doing this in my spare time.