/support-widget

The intercom-like chat widget

Primary LanguageTypeScriptMIT LicenseMIT

Support Widget

The support widget used on the marketing site, docs site, and in app.

import { SupportWidget } from '@magicbell/support-widget';
import 'botz/styles.css';

function Layout() {
  return (
    <div>
      <SupportWidget />
    </div>
  );
}