3.0.5 • Published 6 months ago

upcoming-events-widget v3.0.5

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

Upcoming Events Widget

Lite version React component for the show 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

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

titleLevel = widget title level - defaults to <h2>

subtitle = widget subtitle

allEventsLink = link to all events page - can be a function returning a link - defaults to null

renderEventLink = render prop to render event link. If a function is provided, event object is sent as function argument. If none is provided, event title is rendered without link.

eventCount = # of events to show on carousel viewport - defaults to 3

sponsorId = shows upcoming events from a specific Sponsor - value sponsorId

roomId = shows upcoming events from a specific Room - value roomId

speakerId = shows upcoming events from a specific Speaker - value speakerId

trackId = shows upcoming events from a specific Track - value trackId

showAllEvents = shows passed events when current date matches the selected date - 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 UpcomingEvents from 'upcoming-events-widget';

import 'upcoming-events-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.5

6 months ago

2.0.9

9 months ago

2.0.10

9 months ago

3.0.4

9 months ago

3.0.3

9 months ago

3.0.2

9 months ago

3.0.1

9 months ago

3.0.0

9 months ago

2.0.5

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.0.8

1 year ago

2.0.3

2 years ago

2.0.4

2 years ago

2.0.2

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.9

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago