Installation
pnpm dlx shadcn@latest add @spell/randomized-textExamples
Split By
Usage
import { RandomizedText } from "@/components/randomized-text";<RandomizedText>You can just ship things.</RandomizedText>Props
| Prop | Type | Default |
|---|---|---|
children | string | - |
className | string | - |
split | 'words' | 'chars' | 'words' |
delay | number | 0.2 |
inView | boolean | false |