@balena/jellyfish-chat-widget
v14.1.0
Published
Chat widget library for Jellyfish
Downloads
3,057
Readme
Notice: The chat widget is now included directly in the jellyfish repo
(under ui app).
Jellyfish Chat Widget
The chat widget is an embeddable component to allow external clients to send and receive messages using the Jellyfish system.
Usage
Below is an example how to use this library:
import {
App
} from '@balena/jellyfish-chat-widget'
...
return (
<Container>
<App
sdk={sdk}
productTitle={'Jelly'}
product={'jellyfish'}
onClose={onClose}
/>
</Container>
)
Documentation
Visit the website for complete documentation: https://product-os.github.io/jellyfish-chat-widget