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

7 lines
122 B
Plaintext

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