cheers-headless-extension
v0.1.88
Published
Cheers Cash Headless Extension for Hydrogen and Remix Shopify storefronts
Downloads
1,686
Readme
cheers-headless-extension
Cheers Cash Headless Extension for Hydrogen and Remix Shopify storefronts. Includes Promotion Activated Popup.
Getting Started
- Install the package in your project
npm i cheers-headless-extension
- Import the CheersPopup component
import {CheersPopup} from 'cheers-headless-extension';
- Then insert the component in your app in
root.tsx
just before the closing</body>
tag
<CheersPopup />