Skip to content

Commit 21bbb0a

Browse files
author
Josh
committed
🚧 WIP image hook
1 parent fb28727 commit 21bbb0a

4 files changed

Lines changed: 4192 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Click the theme buttons to re-initialize examples.
2+
3+
```js
4+
<StyledCountdown onTick={value => console.log("Countdown: ", value)} />
5+
```
6+
7+
This timer is always stopped:
8+
9+
```js
10+
<StyledCountdown stop onTick={value => console.log("Stopped countdown: ", value)} />
11+
```

0 commit comments

Comments
 (0)