Fade Up
Fade Right
Fade Down
Fade Left
Installation
npx shadcn@latest add "https://magicui.design/r/fade-text"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | The class name to be applied to the component | |
| direction | string | Can be: "down" , "left", "right", "up" | "up" |
| text | string | Text to animate | "" |
| framerProps | HTMLMotionProps | An object containing framer-motion animation props |