neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.76k stars 150 forks source link

form.field.Slider #18

Open tobiu opened 4 years ago

tobiu commented 4 years ago

Relies on #16

Could be similar to this one:

https://material-components.github.io/material-components-web-catalog/#/component/slider

trancee commented 4 years ago

Please implement more complex slider like range slider (with minimum and maximum possibilities) similar to this: https://framework7.io/docs/range-slider.html

tobiu commented 4 years ago

Hi Philipp, did you take a look at the material example link on the first post?

I like this one a lot. To implement sliders (e.g. multi-thumbs) in a good way, we need to resolve #16 first. I had a simplistic version of DD working already (column reordering for tables). Will fix this example once the real world app v1 is done.