release: WRNexusJS 0.2.54
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
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}" /> }
|
||||
}
|
||||
Reference in New Issue
Block a user