Files
WRNexusJS/packages/ui/components/ProductsMegaMenu.wrn
T
2026-07-19 15:51:27 +05:30

9 lines
179 B
Plaintext

component ProductsMegaMenu {
props {
label = "Products"
sections = []
class = ""
}
view { <MegaMenu label="{label}" sections="{sections}" class="{class}" /> }
}