Closed santosh898 closed 5 years ago
As stated in #12 a callback is required for this component be usable. Added new onCountChange prop. Can be used like this.
onCountChange
const onCountChange = ({ count, countTotal }) => { }
this is soo good, thanks for that 🙂
As stated in #12 a callback is required for this component be usable. Added new
onCountChange
prop. Can be used like this.