00
00
00
00
Countdown Timer
CountersAnimated countdown timer display
countdowntimeranimated
Installation
$
Usage
tsx
import { CountdownTimer } from "@/components/nonaxial/countdown-timer"
export default function Example() {
return (
<CountdownTimer>{/* Your content here */}</CountdownTimer>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |