Hello
Text Flip
Text EffectsFlipping word animation
fliprotatewords
Installation
$
Usage
tsx
import { TextFlip } from "@/components/nonaxial/text-flip"
export default function Example() {
return (
<TextFlip>{/* Your content here */}</TextFlip>
)
}Props
| Prop | Type | Default |
|---|---|---|
| children | ReactNode | — |
| className | string | — |