@livelike/custom-widgets
v1.0.3
Published
```bash npm install @livelike/custom-widgets ```
Keywords
Readme
Custom Widgets
Install
npm install @livelike/custom-widgetsUsage
Import LiveLike's custom widget package
import * as LiveLike from '@livelike/custom-widgets';Import LiveLike custom styling
import '@livelike/custom-widgets/dist/livelike.css';Initialize LiveLike SDK
await LiveLike.LiveLikeInit({ clientId: '**************' });Use custom widgets
1. Image Poll
<image-poll
widgetid="***************"
kind="image-poll"
></image-poll>2. Cheer Meter
<cheer-meter
widgetid="***************"
kind="cheer-meter"
></cheer-meter>3. Circular Text Predictor
<circular-predictor
widgetid="***************"
></circular-predictor>4. Text Poll
<text-poll
widgetid="***************"
kind="text-poll"
></text-poll>5. Emoji Slider
<emoji-slider
widgetid="***************"
kind="emoji-slider"
></emoji-slider>