🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

speakers-widget

Package Overview
Dependencies
Maintainers
0
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

speakers-widget

Speakers Widget

4.0.2
latest
npm
Version published
Weekly downloads
9
80%
Maintainers
0
Weekly downloads
 
Created
Source

Speakers Widget

Widget to display speakers ro featured speakers.

Speaker Widget config

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

** 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

speakersData = array with all the speakers for the summit

eventsData = array with all the events for the summit

PUBLISH TO NPM:

1 - npm version patch / npm version minor / npm version major 2 - npm run publish-package

IMPORT:

import SpeakersWidget from 'speakers-widget';

import 'speakers-widget/index.css';

FAQs

Package last updated on 10 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts