Components
Loading preview...
Amazing Button Component
npx shadcn@latest add https://21st.dev/r/uniquesonu/amazing-button-componentimport Component from "@/components/ui/amazing-button-component";
export default function DemoOne() {
return <Component />;
}