@open-chat/chat-bubble
v0.4.2
Published
Chat bubble component.
Downloads
154
Maintainers
Readme
@openchat/chat-bubble
for the package run
yarn build:lib
NOTE: make sure that the parent div has this id "chat-bubble-container" beacuse the styles are prefixed with this id.
for the embeddble widget run
yarn build
Todo
reduce lib bundle size fetching the icons remotely or hosting them
- Pros: Data fetched only when needed, does not affect your app bundle size
- Cons: Network latency, doesn’t work offline (unless you configure a ServiceWorker)
Note
- the package missing tests.
- the package still under maintainance.