USPCard
- React
To implement USPCard component into your project you'll need to add the import:
import { USPCard } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<USPCard
title="Responsive Card"
description="This card is responsive"
image="https://example.com/image.jpg"
responsive
/>