Effects Fancy Stable

Meteors

Animated meteor shower effect with randomized positions and delays

Preview

Installation

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

Usage

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

<Meteors />

Examples

Basic Usage

Custom Count

Control number of meteors.

Card Example

Props

PropTypeDefaultDescription
count number20Number of meteors to render