@documate/ui
v0.1.2
Published
Building Documate UI using native JavaScript
Downloads
7
Readme
Documate-UI
Build Documate UI using native JavaScript without any framework dependencies.
@documate/ui
will automatically search for DOM elements with the ID ask-ai
on the page, so you don't need to perform any manual initialization. The only thing you need to do is provide a button with the ID ask-ai
on the page.
Usage
Import from CDN:
<button id="ask-ai" data-endpoint="https://xxxxxxxx.us.aircode.run/ask"></button>
...
<script src="https://unpkg.com/@documate/ui"></script>
Import from Node:
npm install @documate/ui
import 'documate-ui';