Line Hover Link
Link component with 11 animated underline hover effects. Pure CSS — no JS on hover.
All Variants
Navigation Example
SVG Variants
Arc and Scribble draw an SVG stroke on hover using stroke-dashoffset.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | LineHoverVariant | "slide" | Animation variant |
| href | string | "#" | Link destination |
| target | string | undefined | Link target (e.g. "_blank") |
| rel | string | undefined | Link rel attribute |
| class | string | undefined | Additional CSS classes |
Credits
- Inspired by VengenceUI