@magicbell/embeddable

3.3.18 • Public • Published

MagicBell Notification Inbox

This package contains a notification inbox for your site powered by MagicBell.

Note

Don't use this package when you're using React. Use @magicbell/magicbell-react or @magicbell/react-headless instead.

Quick Start

npm i @magicbell/embeddable
<div id="notifications-inbox" />

<script type="module">
  import { renderWidget } from '@magicbell/embeddable';

  const targetElement = document.getElementById('notifications-inbox');
  const options = {
    apiKey: MAGICBELL_API_KEY,
    userEmail: CURRENT_USER_EMAIL,
    height: 500,
  };

  renderWidget(targetElement, options);
</script>

Documentation

Please see the MagicBell documentation for more information about this SDK.

Readme

Keywords

none

Package Sidebar

Install

npm i @magicbell/embeddable

Weekly Downloads

526

Version

3.3.18

License

SEE LICENSE IN LICENSE

Unpacked Size

8.6 MB

Total Files

51

Last publish

Collaborators

  • smeijer
  • unamashana