Skip to content

1.2.0

Compare
Choose a tag to compare
@yasaricli yasaricli released this 01 May 22:30
· 4 commits to master since this release
  • Scales the font sizes #7
  • onChangeBefore buttons #8

For example:

<Counter
  onChangeBefore={(success) => {
    setTimeout(() => {
      success();
    }, 5000)
  }}
/>