Skip to content

Commit 8967c90

Browse files
committed
Create README.md
1 parent aa998f8 commit 8967c90

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# React Countdown Clock
2+
3+
A HTML 5 canvas countdown clock as a React component
4+
5+
[Here's a Demo](http://pughpugh.github.io/react-countdown-clock)
6+
7+
## Installation
8+
9+
```
10+
npm install react-countdown-clock
11+
```
12+
13+
## Usage
14+
15+
```javascript
16+
<ReactCountdownClock seconds={60}
17+
color={#000}
18+
alpha={0.9}
19+
onComplete={myCallback} />
20+
```

0 commit comments

Comments
 (0)