Flip Counter
CountersFlip card style number counter
flipcounternumbers
Installation
$
Usage
tsx
import { FlipCounter } from "@/components/nonaxial/flip-counter"
export default function Example() {
return (
<FlipCounter>{/* Your content here */}</FlipCounter>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |