ianstormtaylor / react-values

A set of tiny React components for handling state with render props.
https://git.io/react-values
MIT License
1.01k stars 39 forks source link

add `max/min` props to <NumberValue> components #21

Closed ianstormtaylor closed 6 years ago

ianstormtaylor commented 6 years ago

Helpful for implementing progress bar-like state changes, where you don't want to have to worry about going over a certain number.