adamdawkins / react-mdl-stepper

React Component for Material Design Light Stepper.
https://adamdawkins.github.io/react-mdl-stepper/
MIT License
4 stars 3 forks source link

onNext prop required? #4

Open okwolf opened 8 years ago

okwolf commented 8 years ago

This line in your Step.propTypes implies that onNext is a required prop, but none of the stories include it. Please either make it optional or add onNext to the examples.