Text & Typography Fancy Stable

LineShadowText

Text with animated diagonal line shadow pattern that scrolls continuously

Preview

Installation

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

Usage

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

<LineShadowText />

Examples

Basic Usage

Custom Shadow Color

Dark Background

Props

PropTypeDefaultDescription
text *string-Text content to display
shadowColor string"black"Color of the diagonal line shadow
as "span" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "div""span"HTML element to render as