Components
Loading preview...
A button with a vivid gradient background and glowing shadow effect on hover.
@Shatlyk1011
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/shiny-buttonimport ShinyButton from "../components/ui/shiny-button";
export default function Demo() {
return (
<div className="flex items-center justify-center min-h-screen bg-background">
<ShinyButton />
</div>
);
}