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