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

9 lines
189 B
Plaintext

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