Options
All
  • Public
  • Public/Protected
  • All
Menu

@balena/jellyfish-chat-widget

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

Publish Documentation

Visit the website for complete documentation: https://product-os.github.io/jellyfish-chat-widget

Generated using TypeDoc