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