Skip to content

Peoplebox/react-drift

 
 

Repository files navigation

React-Drift

React component implementation of Drift Chatbot Widget

Alt Text

Install

npm install react-driftjs

Usage

import Drift from 'react-driftjs'

<Drift appId="xxxxx" />  //get the appId from drift.com

Identify Users

<Drift appId="xxxxx" 
  userId="1234"
  attributes={email: '[email protected]', company: 'Acme Inc'}
/>
  

More information can be found here: https://www.drift.com/

License

MIT

About

🌐 Drift Chatbot Widget in React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%