Memori WebComponent
WebComponent to integrate a Memori in a web page or web app.
Platforms:
Uses memori-react under the hood.
See demo.
Work in progress
This library is still in development and is not ready for production.
Installation from npm
yarn add @memori.ai/memori-webcomponent
npm install @memori.ai/memori-webcomponent
Embed or usage from CDN
<script
type="module"
src="https://unpkg.com/@memori.ai/memori-webcomponent/dist/memori-webcomponent.js"
></script>
Usage
<memori-client
memoriName="Memori"
ownerUserName="nunziofiore"
tenantID="app.memorytwin.com"
showShare
apiURL="https://backend.memori.ai"
baseURL="https://app.memorytwin.com"
uiLang="it"
/>
See also