0.0.5 • Published 1 year ago

self-service-chat v0.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

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>
    )
}
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago