Installation
pnpm dlx shadcn@latest add @spell/highlighted-textExamples
Direction
Usage
import { HighlightedText } from "@/components/highlighted-text";<HighlightedText>
Your text here
</HighlightedText>Props
| Prop | Type | Default |
|---|---|---|
children | React.ReactNode | - |
from | 'left' | 'right' | 'top' | 'bottom' | 'bottom' |
delay | number | 0 |
inView | boolean | false |
className | string | - |