Components
Loading preview...
A stunning button component featuring an animated rainbow gradient border with a sleek dark gradient background. The rainbow border cycles through vibrant colors with a smooth animation, creating an eye-catching glow effect. Perfect for call-to-action buttons, gaming interfaces, or any modern web application that needs a bold, dynamic visual element. Built with Tailwind CSS and includes hover animations for enhanced interactivity
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/rainbow-borders-buttonimport { Button } from "@/components/ui/rainbow-borders-button";
export default function DemoOne() {
return <Button />;
}