New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@memori.ai/memori-webcomponent

Package Overview
Dependencies
Maintainers
2
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@memori.ai/memori-webcomponent

WebComponent to integrate a Memori in your app or website

  • 1.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
107
decreased by-39.89%
Maintainers
2
Weekly downloads
 
Created
Source

Memori WebComponent

WebComponent to integrate a Memori in a web page or web app.

Platforms:

  • MemoryTwin: consumer / creator platform
  • TwinCreator: developer-oriented platform

Uses memori-react under the hood. See demo.

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"
/>

For more details on attributes, see memori-react component props.

Special note for height: defaults to 100% and can be set to a fixed value (e.g. 500px). For the best experience, it is recommended to set it to '100vh' (full height of the viewport) or '100svh'.

See also

Keywords

FAQs

Package last updated on 27 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc