Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

speakers-widget-test-packaging

fntechgit2Apache-2.01.0.16

Speakers Widget

readme

Speakers Widget

Widget to display speakers ro featured speakers.

Speaker Widget config

** summitId = id of the summit

** summitTZ = timezone of the summit, defaults to UTC

** apiBaseUrl = base url for API

** marketingApiBaseUrl = base url for marketing API

** viewAllClick() = method called upon view all click

** onSpeakerClick(speakerId) = method called upon speaker click

onAuthError(err, res) = method called upon api 401 or 403 error

title = widget title

speakerIds = array of speaker Ids (this overrides other filters)

date = when no Ids, shows speakers from a specific date in EPOCH

featured = when true, we show featured speakers (combined with date if present)

speakerCount = when no Ids, takes this number as limit

bigPics = bool to show big pictures, default is round small pics

sliderSettings = object with props for react-slick. Full doc here