@tugerente/react-getbeamer
v1.0.7-a
Published
---- Simple wrapper to simplify integration with [Beamer](https://www.getbeamer.com/). Forked to implement user_id parameter. (Kudos to the author)
Downloads
4
Maintainers
Readme
React Beamer
Simple wrapper to simplify integration with Beamer.
You can choose to use a function beamerInitialize
or a wrapper for React Helmet.
This project is a fork to support user parameter. Kudos to it's original creators.
Usage:
import { BeamerHelmet } from 'react-beamer';
[...]
<BeamerHelmet id={productId} user={user_id}/>
import { beamerInitialize } from 'react-beamer';
[...]
beamerInitialize(productId);
:tada:
License
MIT