ShopFollowButton #2782
Unanswered
JoshuaCS94
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there!
In Dawn theme we have a "Follow on Shop" button and I'd like to replicate it in the custom storefront I'm building with Hydrogen. In
@shopify/hydrogen-react
I see there is aShopPayButton
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. TheShopPayButton
component renders a<shop-pay-button>
web component loaded from Shopify CDN. This is the same script loaded by Dawn and it contains the definition for<shop-follow-button>
used on the theme as well. My question is, is there an equivalent React component for this like there is for the<shop-pay-button>
? If not, what is the most simple and effective way to get this done?Beta Was this translation helpful? Give feedback.
All reactions