Skip to contents

A tour-dates list rather than a grid of cards: a talk carries an event, a location and a date, and a card shows almost none of it. Each row is an uncontrolled Accordion, so React owns which row is open - the same way the mobile drawer does, with no server and no script of our own.

Usage

mui_accordion(talks)

Arguments

talks

Talk items: title, event, date, location, abstract, description and links.

Value

A muiMaterial component.