Loading preview...
Here is Button Ant component
@antdesign
npx shadcn@latest add https://21st.dev/r/antdesign/button-ant
import App from "@/components/ui/button-ant"; export default function DemoOne() { return <App />; }