```jsx import { Card } from '@woocommerce/components'; const MyCard = () => (

Your stuff in a Card

); ```