Text
VERSION2.3.1
LICENSEMIT
CONFIG3 Options
Injects contextual text bubbles near the cursor on interaction. Works like a tooltip.
Installation
pnpm add @supermousejs/textUsage
app.use(Text({ duration: 200 }));Configuration
| Option | Type | Default | Description |
|---|---|---|---|
| className | string | 'supermouse-text' | CSS class added to container. |
| offset | [number, number] | [0, 24] | X/Y offset from cursor. |
| duration | number | 200 | Fade transition time in ms. |