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

https://github.com/magicbell/supportbee-react

React component for creating tickets in SupportBee.com
https://github.com/magicbell/supportbee-react

Last synced: 9 months ago
JSON representation

React component for creating tickets in SupportBee.com

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 (




);
}
```