Cards Fancy Stable

TextRevealCard

Card that reveals text on horizontal mouse drag with animated star particles

Preview

Installation

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

Usage

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

<TextRevealCard />

Examples

Basic Usage

Fewer Stars

Props

PropTypeDefaultDescription
starsCount number130Number of star particles in the background
starsClass string""CSS classes for the stars container

Slots

SlotDescription
childrenContent rendered above the reveal area (e.g., title)
textText shown in the revealed layer (dragged to reveal)
revealTextText visible in the background star layer