Markprompt Web
A Web Component component for building a prompt interface, based on the Markprompt API.
Installation
Add the following script tag to your HTML page:
<script type="module" src="https://esm.sh/@markprompt/web@0.2.2-beta18" />
Usage
Then add the markprompt-web
component anywhere on your page:
<markprompt-content projectKey="<project-key>" />
where project-key
can be obtained in your project settings.
Documentation
The full documentation for the component can be found on the Markprompt docs.
Authors
This library is created by the team behind Motif
(@motifland).