react-countplus
Advanced tools
+12
-2
| { | ||
| "name": "react-countplus", | ||
| "version": "1.0.7", | ||
| "version": "1.0.8", | ||
| "description": "", | ||
@@ -11,3 +11,13 @@ "type": "module", | ||
| }, | ||
| "keywords": [], | ||
| "keywords": [ | ||
| "react", | ||
| "counter", | ||
| "animation", | ||
| "countup", | ||
| "countdown", | ||
| "number", | ||
| "react-component", | ||
| "typescript", | ||
| "rollup" | ||
| ], | ||
| "author": "", | ||
@@ -14,0 +24,0 @@ "license": "ISC", |
+2
-2
@@ -24,3 +24,3 @@ # react-countplus | ||
| <div> | ||
| <CountUp | ||
| <CountPlus | ||
| end={1000} | ||
@@ -45,3 +45,3 @@ duration={5} | ||
| The `CountUp` component accepts the following props: | ||
| The `CountPlus` component accepts the following props: | ||
@@ -48,0 +48,0 @@ | Prop Name | Type | Description | Default Value | |
9773
1.58%