Notice: The chat widget is now included directly in the jellyfish repo
(under ui app).
The chat widget is an embeddable component to allow external clients to send and receive messages using the Jellyfish system.
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>
)
Visit the website for complete documentation: https://product-os.github.io/jellyfish-chat-widget