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