component Accordion { props { title = "Question" open = false } state expanded = open view {
} }