@magicbell/support-widget
v1.0.2
Published
The support widget used on the marketing site, docs site, and in app.
Downloads
4,259
Readme
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>
);
}