0.0.4 • Published 5 years ago

typescript-react-facebook-messenger v0.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

typescript-react-facebook-messenger

Facebook Messenger for ReactJS with Typescript

Build Status NPM JavaScript Style Guide

Install

npm install --save typescript-react-facebook-messenger

Properties

PropertyData typeRequiredFeature
pageIdstringtrue
appIdstringtrue
shouldShowDialogbooleanfalse
htmlRefstringfalse
minimizedbooleanfalse
themeColorstringfalse
loggedInGreetingstringfalse
loggedOutGreetingstringfalse
greetingDialogDisplaystringfalse
greetingDialogDelaynumberfalse
autoLogAppEventsbooleanfalse
xfbmlbooleanfalse
versionstringfalse
languagestringfalse
onCustomerChatDialogShowFuncfalse
onCustomerChatDialogHideFuncfalse

Usage

import * as React from "react";
import {MessengerCustomerChat} from "typescript-react-facebook-messenger";

class Example extends React.Component {
  render () {
    return (
      <MessengerCustomerChat pageId="" appId=""/>
    )
  }
}

License

MIT © baorv