Vibe UI
Initializing Vibe UI System...

Sparkles Text

A premium text animation component that surrounds your text with multi-colored twinkling stars.

Preview

Premium Animations

Installation

pnpm dlx vibe-ui-kit@latest add sparkles-text

Variations

Custom Sparkle Colors

twinkles color theme customizable via the colors property object.

Golden Sparkles

Usage

import { SparklesText } from "@/components/ui/sparkles-text"
<SparklesText>Sparkles</SparklesText>

Props

PropTypeDefaultDescription
childrenReactNode""Primary text content to display with sparkling stars
sparklesCountnumber10Number of animated sparkle stars generated
colorsColor palette for sparkle stars
classNamestring?""Additional classes for the container

This SparklesText component overlays dynamic animated sparkle star particles around heading text.

Contributors

JS
Jenish Sabhadiya

Theme Customizer

8px
@theme {
  --radius: 0.5rem;
  --glass-blur: 8px;
}
Changes apply instantly to this documentation workspace.
Sparkles Text | Vibe UI