Navigation Fancy Stable

LineHoverLink

Link component with 12 animated underline hover effects — pure CSS, no JS on hover

Preview

Installation

pnpm add fancy-ui-svelte
import { LineHoverLink } from 'fancy-ui-svelte'

Usage

svelte
<script lang="ts">
  import { LineHoverLink } from 'fancy-ui-svelte';
</script>

<LineHoverLink />

Examples

All Variants

12 animated underline effects.

Navigation Example

Props

PropTypeDefaultDescription
variant "slide" | "double" | "grow" | "strike" | "fade" | "pulse" | "swap" | "sweep" | "bounce" | "arc" | "scribble" | "ink""slide"The animation variant
href string"#"Link href
target string-Link target attribute
rel string-Link rel attribute
aria-label string-Accessible label

Slots

SlotDescription
childrenLink text content