UNPKG

@judgeme/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

7 lines (6 loc) 151 B
import React from 'react'; interface Props { id: string; } declare const JudgemeReviewWidget: React.FC<Props>; export default JudgemeReviewWidget;