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.
in your project directory, run the following command:
npm install @join-stories/widget-bubble-list
import { renderBubbleList } from '@join-stories/widget-bubble-list';
renderBubbleList("uniqueDivId", "teamId", "aliasWidget");
For more details and examples, check this documentation.