Components
A button with a vivid gradient background and glowing shadow effect on hover.
npx shadcn@latest add https://21st.dev/r/Shatlyk1011/shiny-buttonLoading preview...
import 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>
);
}