0.0.1 • Published 1 year ago
chat-smith v0.0.1
<chat-smith>
<chat-smith>
is the UI part of ChatSmith. It's a web component provided by ChatSmith
.
<chat-smith>
is just a HTML element. You can have it anywhere you can use HTML!
<chat-smith></chat-smith>
Configure with attributes
In order to integrate <chat-smith>
into your web app or websites, you need to provide your chatbotId
in the plain HTML.
<chat-smith id="xxxx-xxxx-xxxx-xxxx"></chat-smith>
Install
<chat-smith>
is distributed on npm, so you can install it locally or use it via npm CDNs like jsdelivr.
<script
type="text/javascript"
charset="utf-8"
src="https://cdn.jsdelivr.net/npm/chat-smith"
></script>