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