CIRCULAR TEXT •
Circular Text
Text EffectsText arranged in circle
circularrotatecreative
Installation
$
Usage
tsx
import { CircularText } from "@/components/nonaxial/circular-text"
export default function Example() {
return (
<CircularText>{/* Your content here */}</CircularText>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |