ianstormtaylor / react-values

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

add `disabled` as a render prop #19

Closed ianstormtaylor closed 6 years ago

ianstormtaylor commented 6 years ago

This adds the disabled prop as a render prop so children components can render based on it!

Fixes https://github.com/ianstormtaylor/react-values/issues/18