@balena/jellyfish-chat-widget

Chat widget library for Jellyfish

Usage no npm install needed!

<script type="module">
  import balenaJellyfishChatWidget from 'https://cdn.skypack.dev/@balena/jellyfish-chat-widget';
</script>

README

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