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

Commit 864ef7f

Browse files
committed
📺 debounce-handler: update demo
1 parent 323b445 commit 864ef7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packages/debounce-handler/demo/index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ const MainDemo = () => (
3939
}`
4040
}
4141
</style>
42-
<Demo1 label='Demo 1' />
43-
<Demo2 label='Demo 2 w Debounce' debounce={300} />
44-
<Demo2 label='Demo 2 w/o Debounce' />
42+
<Demo1 label='Delay as argument' />
43+
<Demo2 label='Delay from props' debounce={300} />
44+
<Demo2 label='No delay (zero by default)' />
4545
</div>
4646
)
4747

0 commit comments

Comments
 (0)