-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Milestone
Description
We need a speaker accordion component which shows Speaker contact, Speakername and Speakerimage in closed state. In Open State it should also show the speaker summary and the sessions of the speaker from the current event.
** Input **
- speaker : speaker
- sessions : sessionList
Interface could look like this:
speaker : {
id : string;
name : string;
contact : string;
summary : string;
sessionIds : string[]
}
Specification: https://preview.uxpin.com/79b7c537cb52f9fccac338745f1f743da468ae2e#/pages/120250315/specification/sitemap
Reactions are currently unavailable