Skip to contents

A simplified version of the default accordion built with MUI

Usage

QAccordion(title, ...)

Arguments

title

The title of the accordion

...

The inner content of the accordion

Examples

component_example(QAccordion(title = shiny.mui::Typography("Title"), shiny.mui::Typography("Hello")))