Loading component…
Components /Stagger Text
Letters or words stagger reveal animation
Run the following command
npx shadcn@latest add https://www.vengenceui.com/r/stagger-text.json| Prop Name | Type | Default | Description |
|---|---|---|---|
| children | React.ReactNode | - | The text content to animate. |
| divideBy | 'word' | 'letter' | 'word' | Specifies whether to split and animate the text by words or by individual letters. |
| delay | number | 0 | Initial delay before the animation starts in seconds. |