Text Spotlight
spotlight text effect with hover and mobile reveal, customizable size and color.
Loading...
Installation
npx shadcn@latest add @scrollxui/text-spotlight Usage
import { TextSpotlight } from '@/components/ui/text-spotlight';<TextSpotlight
textClassName='text-xl md:text-4xl font-semibold'
text='Hover over me and watch the soft spotlight glide around like magic across the text.'
spotlightColor='255, 255, 255'
animateOnPhone={true}
spotlightArea={90}
spotlightSize={100}
/>Examples
AnimateOnPhone
Loading...
API Reference
Text Spotlight
spotlight text effect with hover and mobile reveal, customizable size and color.