react-countdown-circle-timer
Advanced tools
Comparing version 1.0.4 to 1.0.41
{ | ||
"name": "react-countdown-circle-timer", | ||
"version": "1.0.4", | ||
"version": "1.0.41", | ||
"description": "Lightweight React countdown timer component with color and progress animation based on SVG", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
@@ -6,3 +6,3 @@ # React Countdown Circle Timer | ||
* Lightweight only 9.5kB | ||
* Lightweight only 9.9kB | ||
* Performance optimized with single `requestAnimationFrame` loop to animate color and progress (no `setInterval` used) | ||
@@ -61,3 +61,3 @@ * Transition between colors during the countdown | ||
| ariaLabel | string | Countdown timer | Aria label for the whole component | | ||
| renderAriaTime | function(remainingTime: number, elapsedTime: number, isPlaying: boolean): number\|string\|ReactNode | - | Render prop function to customize the text message that will be red by the screen reader. | | ||
| renderAriaTime | function(remainingTime: number, elapsedTime: number, isPlaying: boolean): string | - | Render prop function to customize the text message that will be read by the screen reader during the countdown. | | ||
@@ -64,0 +64,0 @@ ## Recipes |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28337