Skip to content

Commit b14ff85

Browse files
committed
Update README
1 parent f1df71d commit b14ff85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ completion. Or, you can use it to track the time that occurs while it’s active
3131
### Properties
3232

3333
* `active:Boolean` - Start/stop the timer. (Default: `false`)
34+
* `component:String | Element` - Element or React component used to render/wrap the children. (Default: `div`)
3435
* `duration:Number` - Enables countdown mode and is the number of milliseconds to count before firing `onFinish`. (Default: `10000`)
3536
* `loop:Boolean` - Enable looping of the countdown timer. (Default: `false`)
3637
* `time:Number` - Either used as a time offset for the duration when used as a countdown timer, or the initial time to start from when used for tracking time. (Default: `0`)
@@ -125,4 +126,4 @@ to communicate the status of the timer.
125126

126127
## License
127128

128-
[MIT](LICENSE)
129+
[MIT](LICENSE) © [Ryan Hefner](https://www.ryanhefner.com)

0 commit comments

Comments
 (0)