x-react-flipclock
Advanced tools
Comparing version 0.1.184152 to 0.1.184153
{ | ||
"name": "x-react-flipclock", | ||
"description": "Simple NPM package for React to display Flip Clock", | ||
"version": "0.1.184152", | ||
"version": "0.1.184153", | ||
"author": "Maxim Shklyar (kisla interactive)", | ||
@@ -22,2 +22,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.2.0" | ||
}, | ||
"dependencies": { | ||
@@ -24,0 +27,0 @@ "react": "^16.2.0", |
# x-react-flipclock | ||
Simple NPM package for React to display Flip Clock. | ||
Examples are at https://xims.github.io/x-react-flipclock | ||
Source repository at https://github.com/xims/x-react-flipclock | ||
NPM package page at https://www.npmjs.com/package/x-react-flipclock | ||
Simple NPM package for React to display Flip Clock. | ||
Examples are at https://xims.github.io/x-react-flipclock | ||
Source repository at https://github.com/xims/x-react-flipclock | ||
NPM package page at https://www.npmjs.com/package/x-react-flipclock | ||
@@ -35,12 +35,2 @@ | ||
To use as a clock - | ||
```js | ||
<FlipClock | ||
type="clock" | ||
/> | ||
``` | ||
To use as a countdown - | ||
@@ -57,2 +47,3 @@ ```js | ||
### Options | ||
@@ -104,5 +95,5 @@ | ||
This package functionality is very basic and may be extended in the future. | ||
Would be great to develop the package to adapt unit sizes to container area. | ||
Also would be great to have styles options. | ||
This package functionality is very basic and may be extended in the future. | ||
Would be great to develop the package to adapt unit sizes to container area. | ||
Also would be great to have styles options. | ||
@@ -124,2 +115,2 @@ | ||
Licensed under the MIT License. | ||
Licensed under the MIT License. |
37147
3
7
218
113