0.0.3 • Published 6 months ago
prodembed-productitem-sdk v0.0.3
Integrating the SDK in Your React Project
Import the SDK in your React component:
import {ProductCard} from "prodembed-productitem-sdk";
Use the
EmbedCommerce
component to embed products:<ProductCard apiKey="<dashboard api key>" merchantAddress="<merchants address>" productId="<product id>" />