CollapsibleSection

fun CollapsibleSection(title: String, items: List<Pair<String, String>>, defaultExpanded: Boolean = false)