File tree 4 files changed +29
-5
lines changed
4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 1
1
# react-timer
2
- ### WIP
3
-
4
2
> A minimalistic yet customizable timer component!
5
3
4
+ [ Live demo] ( https://xendora.github.io/react-timer/examples )
5
+
6
+
6
7
<!-- [](https://www.npmjs.com/package/react-timer) [](https://standardjs.com) -->
7
8
9
+ ## Installation
10
+ ### For NPM
11
+
12
+ ```
13
+ npm install @xendora/react-timer
14
+ ```
15
+
16
+ ### For Yarn
17
+
18
+ ```
19
+ yarn add @xendora/react-timer
20
+ ```
8
21
9
- ## Props (--early stage--)
22
+ ## Props
10
23
| Name | Type | Description |
11
24
| ------------- | ------------- | ------------- |
12
25
| children | object (required) | Define your react component here |
Original file line number Diff line number Diff line change @@ -7,4 +7,5 @@ menu: Getting Started
7
7
8
8
# Changelog
9
9
10
- ## 0.0.1
10
+ ## 0.0.1
11
+ * Added basic timer implementation
Original file line number Diff line number Diff line change @@ -6,3 +6,13 @@ menu: Getting Started
6
6
---
7
7
8
8
# Installation
9
+
10
+ ### For NPM
11
+ ```
12
+ npm install @xendora/react-timer
13
+ ```
14
+
15
+ ### For Yarn
16
+ ```
17
+ yarn add @xendora/react-timer
18
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-timer-example" ,
3
3
"homepage" : " https://crup.github.io/react-timer" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"license" : " MIT" ,
6
6
"private" : true ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments