@brainfish-ai/help-widget
v0.0.11-alpha.0
Published
Brainfish Help Widget is a widget that can be embedded in your platform to provide in-app help to your users.
Downloads
13
Readme
Brainfish Help Widget
Brainfish Help Widget is a widget that can be embedded in your platform to provide in-app help to your users.
Installation
npm install @brainfish-ai/help-widget
Directly in your HTML
<script type="module">
import HelpWidget from 'https://cdn.jsdelivr.net/npm/@brainfish-ai/help-widget/dist/web.js'
HelpWidget.initStandard({
apiKey: 'YOUR_WIDGET_ID',
theme: {}, // optional
settings: {}, // optional
})
</script>
<brainfish-help-widget style="width: 100%; height: 600px; "></brainfish-help-widget>