Ruixen Pro is now live.50+ premium components, templates, blocks, and lifetime updates.

Command Palette

Search for a command to run...

Docs
Rising Glow

Rising Glow

Text wrapper with animated rising particles and soft glow effect.

Installation

Usage

import { RisingGlow } from "@/components/ruixen/rising-glow";
 
export default function App() {
  return (
    <RisingGlow color="#7CF734">
      <h1 className="text-6xl font-bold">Lumina</h1>
    </RisingGlow>
  );
}

Props

PropTypeDefaultDescription
childrenReact.ReactNode-Text content to wrap
colorstring"#3b82f6"Glow color (hex)
particleCountnumber24Number of rising particles
spreadnumber30Text-shadow spread in pixels
classNamestring-Additional CSS classes