DualSparks
Corner-based spark waves that radiate inward and outward with smooth motion.
Loading...
Installation
npx shadcn@latest add @scrollxui/dualsparks Usage
import { DualSparks } from '@/components/ui/dualsparks';<DualSparks
sparkColor='#000000'
sparkColorDark='#ffffff'
sparkSize={2}
sparkCount={22}
ringsPerWave={3}
waveInterval={1200}
maxRadius={1000}
corners='both'
className='w-full h-87.5 flex items-center bg-black justify-center'
>
<h2 className='bg-clip-text text-transparent text-center bg-linear-to-b from-neutral-900 to-neutral-700 dark:from-neutral-600 dark:to-white text-2xl md:text-4xl lg:text-7xl font-sans font-bold tracking-tight relative z-20'>
DualSparks, <br /> Background.
</h2>
</DualSparks>Examples
Left
Loading...
Rightt
Loading...
API Reference
DualSparks
Corner-based spark waves that radiate inward and outward with smooth motion.