Skip to content

Latest commit

 

History

History
executable file
·
36 lines (22 loc) · 554 Bytes

File metadata and controls

executable file
·
36 lines (22 loc) · 554 Bytes

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: 'user@example.com', company: 'Acme Inc'}
/>
  

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

License

MIT