lifegadget / ui-slider

A visually attractive slider for ambitious Ember apps
https://ui-slider.firebaseapp.com/
MIT License
30 stars 39 forks source link

Best way to set visual value to text (min = 'NONE!' or max = 'LOTS!' ) or 5 = 'average' and so on. #26

Open sheriffderek opened 7 years ago

sheriffderek commented 7 years ago

What is the best way to set certain values to text (min = 'NONE!' or max = 'LOTS!' )

With another slider implementation, I used a computed property to change the visible value if value < 1 return 'Empty' etc.

Have you seen any smooth ways of doing this? I'm guessing I can extend this addon - but please let me know if you have any hints or direction. Thanks.