Morphing Text
Text that morphs between different strings.
npx arupui add morphing-text
Preview
We build
amazing
productsUsage
morphing-text.tsx
import { MorphingText } from "@/components/blocks/morphing-text"
<MorphingText texts={["fast", "beautiful", "powerful"]} />Props
| Prop | Type | Default |
|---|---|---|
texts | string[] | - |
interval | number | 3000 |
textsType:
string[]Default: -intervalType:
numberDefault: 3000