@tugerente/react-getbeamer

1.0.7-a • Public • Published

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);

🎉

License


MIT

Readme

Keywords

Package Sidebar

Install

npm i @tugerente/react-getbeamer

Weekly Downloads

1

Version

1.0.7-a

License

MIT

Unpacked Size

4.93 kB

Total Files

6

Last publish

Collaborators

  • tugerente_devteam