Hi there!
In Dawn theme we have a “Follow on Shop” button on the footer and I’d like to add it to the custom storefront I’m building with Hydrogen. In @shopify/hydrogen-react I see there is a ShopPayButton which is very well documented, but I can’t find ANY docs or discussion regarding this button to login and follow the store on Shop. The ShopPayButton component renders a web component loaded from Shopify CDN. This is the same script loaded by Dawn and it contains the definition for used on the theme as well. My question is, is there an equivalent React component for this like there is for the ? If not, what is the most simple and effective way to get this done?

