9 lines
179 B
Plaintext
9 lines
179 B
Plaintext
component ProductsMegaMenu {
|
|
props {
|
|
label = "Products"
|
|
sections = []
|
|
class = ""
|
|
}
|
|
view { <MegaMenu label="{label}" sections="{sections}" class="{class}" /> }
|
|
}
|