Word Fade In
Installation
npx shadcn@latest add "https://magicui.design/r/word-fade-in"Props
| Prop | Type | Description | Default |
|---|---|---|---|
| className | string | The class name to be applied to the component | |
| delay | number | The Delay between each word animation | 0.15 |
| words | string | A Text that is animated word by word | "word fade in" |
| variants | Variants | An object containing framer-motion animation props |