helpscout-beacon-react
v1.0.3
Published
Simple Helpscout Beacon implementation for React.
Downloads
5
Readme
Features
Getting started
# via yarn
yarn add helpscout-beacon-react
# via npm
npm install --save helpscout-beacon-react
Usage
import { HelpscoutBeacon } from "helpscout-beacon-react";
ReactDOM.render(
<HelpscoutBeacon id={`HELPSCOUT_BEACON_KEY`} />,
document.getElementById("root")
);