Loading preview...
A reusable component for button
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/button
import Component from "@/components/ui/button"; export default function App() { return <Component />; }