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
- Host: GitHub
- URL: https://github.com/magicbell/supportbee-react
- Owner: magicbell
- License: mit
- Created: 2022-06-12T11:19:46.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-06-27T18:58:20.000Z (almost 2 years ago)
- Last Synced: 2025-08-29T11:54:45.944Z (9 months ago)
- Language: TypeScript
- Homepage:
- Size: 217 KB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
);
}
```