@balena/jellyfish-chat-widget
TypeScript icon, indicating that this package has built-in type declarations

14.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @balena/jellyfish-chat-widget

Weekly Downloads

40

Version

14.1.0

License

Apache-2.0

Unpacked Size

221 kB

Total Files

98

Last publish

Collaborators

  • dfunckt
  • page
  • balena.io