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

9 lines
197 B
Plaintext

component SubsectionHeading {
props {
text = ""
align = "start"
class = ""
}
view { <div class="wire-type wire-type--heading wire-text--{align} {class}">{text}<slot /></div> }
}