13 lines
397 B
Plaintext
13 lines
397 B
Plaintext
component FAQ {
|
|
props {
|
|
eyebrow = ""
|
|
title = "Frequently asked questions"
|
|
description = ""
|
|
items = []
|
|
centered = true
|
|
allowMultiple = false
|
|
defaultOpenIndex = 0
|
|
}
|
|
view { <FAQAccordion eyebrow="{eyebrow}" title="{title}" description="{description}" items="{items}" centered="{centered}" allowMultiple="{allowMultiple}" defaultOpenIndex="{defaultOpenIndex}" /> }
|
|
}
|