Components
A button with an animated gradient background that glows through cyan, blue, and purple.
Loading preview...
import ButtonColorful from "../components/ui/button-colorful";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<ButtonColorful />
</div>
);
}