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

Commit

Permalink
📺 debounce-handler: update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Aug 29, 2018
1 parent 323b445 commit 864ef7f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/debounce-handler/demo/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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 864ef7f

Please sign in to comment.