Skip to content

React helper to integrate your application with Beamer (www.getbeamer.com)

License

Notifications You must be signed in to change notification settings

comake/react-beamer

 
 

Repository files navigation

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

About

React helper to integrate your application with Beamer (www.getbeamer.com)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%