Files
WRNexusJS/packages/ui/components/SplitLayout.wrn
T
2026-07-19 17:14:12 +05:30

7 lines
120 B
Plaintext

component SplitLayout {
props {
class = ""
}
view { <div class="wire-split-layout {class}"><slot /></div> }
}