Merchant Cardcomponent
component
A component for displaying merchant information with their branding. You can view the Storybook for more interactive examples.
Was this section helpful?
MerchantCard
import {MerchantCard} from '@shopify/shop-minis-react'
export default function MyComponent() {
return <MerchantCard shop={shop} />
}
examples
MerchantCard
import {MerchantCard} from '@shopify/shop-minis-react' export default function MyComponent() { return <MerchantCard shop={shop} /> }
Preview
