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

9 lines
185 B
Plaintext

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