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

lite-schedule-widget

Package Overview
Dependencies
Maintainers
5
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lite-schedule-widget

Lite Schedule Widget

3.0.3
latest
npm
Version published
Weekly downloads
7
-53.33%
Maintainers
5
Weekly downloads
 
Created
Source

Lite Schedule Widget

Lite version React component for the show schedule

Lite Schedule config

** eventsData = array of all events from the summit

** summitData = object with the data from the summit

** marketingData = object with the settings from the marketing API

** userProfile = object with the data from the user profile

** onEventClick(event) = method called upon event click

** onAllEventClick() = method called upon header's View All click

** onTrackClick(trackId) = method called upon track click

** onCompanyClick(companyId) = method called upon sponsor click

** onRoomClick(roomId) = method called upon room click

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

title = widget title

subtitle = widget subtitle

eventCount = # of events to show - defaults to 20

slotCount = min # of slots to show - defaults to 3 (used for placeholders)

yourSchedule = bool that shows only events on Your Schedule - defaults to false

showNav = display Nav, if false we show all events from the show - defaults to true

showSearch = display search input bar, defaults to false

showAllEvents = shows passed events when current date matches the selected date, if true it overrides eventCount - defaults to false

showDetails = shows events details when click on event row - defaults to false

hideAdd = bool to disable "add to schedule" action - defaults to false

hideEventColor = bool to hide track/type color on event cards - defaults to false

showUTC = bool to show UTC time next to event dates - defaults to false

defaultImage = url for image to show when no eventImage and no stream thumbnail available/set

triggerAction = method that will take an ACTION and a payload as params and will return a promise.

PUBLISH TO NPM:

1 - yarn build && yarn publish

2 - yarn publish-package

IMPORT:

import ScheduleLite from 'lite-schedule-widget';

import 'lite-schedule-widget/index.css';

DEBUG:

You can pass this hash on url to override current time, time must be in this format and on summit timezone

#now=2020-06-03,10:59:50

FAQs

Package last updated on 08 Nov 2023

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