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
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | Text content to wrap |
color | string | "#3b82f6" | Glow color (hex) |
particleCount | number | 24 | Number of rising particles |
spread | number | 30 | Text-shadow spread in pixels |
className | string | - | Additional CSS classes |

