Flip Text
Installation
Usage
import { FlipText } from "@/components/magicui/flip-text";<FlipText>Flip Text</FlipText>Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | The class name to be applied to the component |
duration | number | 0.5 | Duration of the animation |
delayMultiple | number | 0.08 | Transition delay multiplier. |
variants | Variants | {} | An object containing motion variants |
as | ElementType | span | The element type of the component |
children | React.ReactNode | required | The children of the component |