self-service-chat
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

SelfService Chat React Component

See more at SelfService Chat

To add the widget

  1. Install the package via npm npm i self-service-chat
  2. Import the package and wrap your button.
import SelfServiceChat from "self-service-chat";

export default function AIAnswers() {
    return (
        <SelfServiceChat botId="${botId}">
            <button type="button">
                Find answers
            </button>
        </SelfServiceChat>
    )
}

Readme

Keywords

none

Package Sidebar

Install

npm i self-service-chat

Weekly Downloads

0

Version

0.0.5

License

ISC

Unpacked Size

8.62 kB

Total Files

8

Last publish

Collaborators

  • servoice