UNPKG

@nosto/shopify-hydrogen

Version:

Component library to implement Nosto within Shopify Hydrogen

6 lines (5 loc) 142 B
import { useNostoCategory } from "@nosto/nosto-react"; export function NostoCategory(props) { useNostoCategory(props); return null; }