3.0.3 • Published 6 months ago

lite-schedule-widget v3.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

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

3.0.3

6 months ago

3.0.2

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.2

1 year ago

1.0.20

2 years ago

2.0.1

2 years ago

1.0.19

2 years ago

2.0.0

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.15

2 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

1.0.1

3 years ago