@join-stories/widget-bubble-list
v1.3.0
Published
This package is used to display a list widget from JOIN Stories. To use this package, you need to have access to JOIN Stories Studio. Go sign up at [studio.join-stories.com](https://studio.join-stories.com/).
Downloads
84
Readme
@join-stories/widget-bubble-list
This package is used to display a list widget from JOIN Stories. To use this package, you need to have access to JOIN Stories Studio. Go sign up at studio.join-stories.com.
Installation
in your project directory, run the following command:
npm install @join-stories/widget-bubble-list
Usage
import { renderBubbleList } from '@join-stories/widget-bubble-list';
renderBubbleList("uniqueDivId", "teamId", "aliasWidget");
For more details and examples, check this documentation.