Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 269 Bytes

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>
  );
}