Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 526 Bytes

README.md

File metadata and controls

35 lines (20 loc) · 526 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} url={url} args={args} />


import { beamerInitialize } from 'react-beamer';

[...]

beamerInitialize(productId, url, args);

PS: URL and args are optional

🎉

License


MIT