UNPKG

@open-chat/chat-bubble

Version:

Chat bubble component.

29 lines (18 loc) 584 B
# @openchat/chat-bubble ## for the package run ```bash 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 ```bash 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.