product-os / jellyfish-chat-widget

Jellyfish chat widget library
Apache License 2.0
1 stars 1 forks source link

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