Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit

Permalink
πŸ“ debounce-handler: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Aug 29, 2018
1 parent c676070 commit 323b445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/debounce-handler/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ const MainDemo = () => (
}`
}
</style>
<Demo1 label='Demo 1' />
<Demo2 label='Demo 2 w Debounce' debounce={300} />
<Demo2 label='Demo 2 w/o Debounce' />
<Demo1 label='Delay as argument' />
<Demo2 label='Delay from props' debounce={300} />
<Demo2 label='No delay (zero by default)' />
</div>
)

Expand Down

0 comments on commit 323b445

Please sign in to comment.