<Docs title="Default">
<ProductShopifyWidget {...dummyData} />
</Docs>
<Docs title="With price reduction">
<ProductShopifyWidget {...dummyData} compareAtPrice={{ currencyCode: "€", amount: "2.50" }} />
</Docs>
<Docs title="Status Loading">
<ProductShopifyWidget status="loading" />
</Docs>
<Docs title="Status Updating">
<ProductShopifyWidget {...dummyData} status="updating" />
</Docs>
<Docs title="Status Error While Loading">
<ProductShopifyWidget
status="error"
errorMessage="Something went wrong, please try again"
/>
</Docs>
<Docs title="Status Error While Adding to cart">
<ProductShopifyWidget
{...dummyData}
status="error"
errorMessage="Something went wrong, please try again"
/>
</Docs>
<Docs title="Status Not Available">
<ProductShopifyWidget {...dummyData} status="not-available" />
</Docs>