An open API service indexing awesome lists of open source software.

https://github.com/magicbell/support-widget

The intercom-like chat widget
https://github.com/magicbell/support-widget

Last synced: about 1 year ago
JSON representation

The intercom-like chat widget

Awesome Lists containing this project

README

          

# Support Widget

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

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

function Layout() {
return (




);
}
```