0.3.6 • Published 7 months ago

@documate/vanilla v0.3.6

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
7 months ago

Documate Vanilla

Build Documate UI using native JavaScript without any framework dependencies.

@documate/vanilla 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/vanilla"></script>

Import from Node:

npm install @documate/vanilla
import 'documate-vanilla';
0.3.6

7 months ago

0.3.5

7 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.3.1

8 months ago

0.3.0

8 months ago

0.2.2

8 months ago

0.2.1

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago