raster-foundry / blasterjs

React UI library designed and built by Azavea
https://raster-foundry-blaster.netlify.com
Other
6 stars 3 forks source link

Add RangeInput component #216

Closed lederer closed 5 years ago

lederer commented 5 years ago

Overview

Add RangeInput component, a wrapper for <input type="range">.

X-browser styling is adapted from:

Checklist

Upgrade instructions

If there are any of the following in this PR, provide proper instructions on how to upgrade:

Demo

image

Notes

Also removed an unused import in Badge and tweaked the docs template to avoid errors in IE11.

Testing Instructions

Closes #124 Closes #202

lederer commented 5 years ago

Ready for another look.