Components
A button with an animated gradient background that glows through cyan, blue, and purple.
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/button-colorfulLoading 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>
);
}