shaffex

Text

Description

A view that displays one or more lines of read-only text.

Parameters

Example

<body>
    <vstack alignment="leading" spacing="10">
        <text>This is a plain text.</text>
        <text markdown="true">**This is a bold text in Markdown.**</text>
    </vstack>
</body>

Screenshot