Animated Button
AnimatedButton is a highly customizable animated button component with shimmer effects, glow, and visual styling options.
Loading...
Installation
npx shadcn@latest add @scrollxui/animated-button Usage
import { AnimatedButton } from '@/components/ui/animated-button';<AnimatedButton
className='bg-green-500 text-white'
variant='default'
size='default'
glow={true}
textEffect='normal'
uppercase={true}
rounded='custom'
asChild={false}
hideAnimations={false}
shimmerColor='#39FF14'
shimmerSize='0.15em'
shimmerDuration='3s'
borderRadius='100px'
background='rgba(0, 0, 0, 1)'
>
ScrollX UI
</AnimatedButton>API Reference
Animated Button
AnimatedButton is a customizable button component with animation, shimmer, and visual styling options.