Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 462 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 462 Bytes

React Beamer


Simple wrapper to simplify integration with Beamer.

You can choose to use a function beamerInitialize or a wrapper for React Helmet.

Usage:

import { BeamerHelmet } from 'react-beamer';

[...]

<BeamerHelmet id={productId} />


import { beamerInitialize } from 'react-beamer';

[...]

beamerInitialize(productId);

🎉

License


MIT