Components
Loading preview...
this is a really cool shiny button with dotted bg and a hover bg glow with multiple layers
@muhammad-binsalman
npx shadcn@latest add https://21st.dev/r/muhammad-binsalman/shiny-button-1import { GlowButton } from "@/components/ui/shiny-button-1";
export default function DemoOne() {
return <GlowButton />;
}