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

Commit 323b445

Browse files
committed
📝 debounce-handler: update readme
1 parent c676070 commit 323b445

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎packages/debounce-handler/readme.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ const MainDemo = () => (
6363
}`
6464
}
6565
</style>
66-
<Demo1 label='Demo 1' />
67-
<Demo2 label='Demo 2 w Debounce' debounce={300} />
68-
<Demo2 label='Demo 2 w/o Debounce' />
66+
<Demo1 label='Delay as argument' />
67+
<Demo2 label='Delay from props' debounce={300} />
68+
<Demo2 label='No delay (zero by default)' />
6969
</div>
7070
)
7171

0 commit comments

Comments
 (0)