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

9 lines
188 B
Plaintext

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