React component implementation of Drift Chatbot Widget
npm install react-driftjs
import Drift from 'react-driftjs'
<Drift appId="xxxxx" /> //get the appId from drift.com
<Drift appId="xxxxx"
userId="1234"
attributes={email: '[email protected]', company: 'Acme Inc'}
/>
More information can be found here: https://www.drift.com/
MIT