Cosmic Background
A modern cosmic background featuring smooth motion and immersive depth effects.
Loading...
Installation
npx shadcn@latest add @scrollxui/cosmic-background Usage
import { CosmicBackground } from '@/components/ui/cosmic-background';<CosmicBackground
variant='cosmic'
intensity={1.0}
speed={1.0}
interactive={true}
quality='high'
overlay={false}
className='relative h-100 w-full flex flex-col items-center justify-center'
>
<h2 className='bg-clip-text text-transparent text-center bg-linear-to-b from-white to-neutral-200 drop-shadow-[0_0_20px_rgba(255,255,255,0.25)] text-2xl md:text-4xl lg:text-6xl py-2 md:py-10 relative z-20 font-bold tracking-tight'>
Feeling cosmic?
</h2>
</CosmicBackground>Examples
Aurora
Loading...
Neon
Loading...
API Reference
Cosmic Background
A modern cosmic background featuring smooth motion and immersive depth effects.