Skip to content

m-text

Adds text

Attributes

AttributeDefault ValueDescription
boldBold text
text-decorationnoneUnderline style. Can be set to underline, line-through, or none
color#000000Text color
hrefIf set, turns the text into a hyperlink
font-familyVerdana, Arial, Helvetica, sans-serifFont family
font-size14pxFont size in px or pt
line-height140%Line height in px or %

Example

Simple text

html
<m-text bold color="#cccccc" font-size="12px">Lorem ipsum sit dolar</m-text>

Link

html
<m-text href="https://pixcraft.io" color="#0000cc">some link</m-text>

Html-link in m-text

html
<m-text color="#cccccc">text with some <a href="#" style="color:#0000cc">link</a></m-text>