button with background blur
npx shadcn@latest add https://21st.dev/r/beratberkayg/button-1
Loading preview...
import { Component } from "@/components/ui/button-1"; export default function DemoOne() { return <Component />; }