How to make a simple slider component in React
A very common component to use in forms or to receive numeric input with a non-arbitrary range is to use a slider component. However, this can easily be done with some basic HTML and CSS whilst adding some react-y props.
The basic usage can be implem...
relatablecode.hashnode.dev3 min read