121234567891011
Clock
CountersAnimated analog and digital clock
clocktimeanalogdigital
Installation
$
Usage
tsx
import { Clock } from "@/components/nonaxial/clock"
export default function Example() {
return (
<Clock>{/* Your content here */}</Clock>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |