Skip to content

Text Component

The Text component is used to display text. It corresponds to a span or p in HTML.

Usage

xml
<text class="title">Hello World</text>

Features

  • Supports styling like font size, color, and weight.
  • Text wrapping and alignment.

Released under the Apache-2.0 License.