mdgriffith / style-elements

Create styles that don't mysteriously break!
http://package.elm-lang.org/packages/mdgriffith/style-elements/latest
BSD 3-Clause "New" or "Revised" License
445 stars 49 forks source link

Add Range Input #124

Open peacememories opened 6 years ago

peacememories commented 6 years ago

Hi there, and thanks for creating and maintaining this great library.

I'm currently testing the waters by creating a small caesar-cipher widget, and have come across a bit of a limitation, namely the lack of a range input. I would love to see this added, especially since I'm having trouble making a pure html range input mesh with the rest of style-elements. For example, some of the styles of .style-elements cause the slider to change its chrome, and I'm having trouble sizing the slider correctly.

Thanks again for your great work.