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