Text Hover
Text that breaks apart into individual particles which respond and shift as the mouse moves over them.
Installation
1
Run the following Command
>_npx shadcn@latest add https://minimal-ui-eta.vercel.app/r/text-hover.jsonProps
| Prop | Type | Default | Description |
|---|---|---|---|
| text | string | "Minimal UI" | The text rendered into particles. |
| gap | number | 7 | The space between particles (lower = denser). |
| repulseRadius | number | 90 | How far the mouse pushes particles. |