Aurora Veil

Aurora Veil

An aurora borealis background — noise-driven light curtains ripple and fold across the sky over twinkling stars; on light themes the same curtains render as soft pigment veils.

Installation

▸ Run the following command

npx shadcn@latest add https://www.mellowui.com/r/aurora-veil.json

▸ Or install manually

  1. Copy the source from the Code tab above.
  2. Place it at components/mellow/aurora-veil.tsx
  3. Import and use.

API Reference

PropTypeDefaultDescription
colorsstring[]Curtain colours as "R, G, B" triplets, one per band.
speednumber1Animation speed multiplier.
intensitynumber1Overall brightness of the curtains, 0–2.
starsbooleantrueTwinkling stars behind the aurora (dark themes only).
classNamestringAdditional CSS classes.
childrenReactNodeContent rendered inside the component.