Shimmer Button
ButtonsFull Preview
A button with a shimmering effect that animates continuously.
Usage Instructions
Installation
Copy the component code and paste it into your project. Make sure you have the required dependencies installed.
bash
npm install framer-motion lucide-react
Basic Usage
Import and use the component in your React application:
tsx
import { ShimmerButton } from '@/components/shimmer-button';
export default function MyPage() {
return (
<div>
<h1>My Page</h1>
<ShimmerButton />
</div>
);
}
Customization
This component accepts various props for customization. Check the component code to see all available props and their types.
Component Info
Category
Buttons
Framework
React + Next.jsStyling
Tailwind CSSCSS
Dependencies
framer-motionlucide-react