UNPKG

@kyakaze/shopify-hydrogen

Version:

- This module helps integrate Judge.me Widgets to Hydrogen V2 storefront app. Currently, it works fully on the client side and widget data will be fetched from Judge.me CDN - To see support for Hydrogen V1, please visit https://www.npmjs.com/package/@judg

8 lines (7 loc) 173 B
import React from 'react'; interface Props { id: string; template: string; } declare const JudgemePreviewBadge: React.FC<Props>; export default JudgemePreviewBadge;