React
Supports semantic textStyle, element polymorphism, maxLines, and CSS text controls.

textStyle="mono"
import { Text } from "@hozorica/hods-react";import { Text } from "@hozorica/hods-react-native";TextStyleTokenPreferred complete typography style.TextSizeToken | numberOverrides style font size.regular | medium | semibold | boldOverrides style weight.TextSizeToken | numberLine-height override.numberLine clamp on web; numberOfLines on RN.TextElementWeb-only semantic element.Supports semantic textStyle, element polymorphism, maxLines, and CSS text controls.
Supports semantic textStyle, maxLines, selectable Article context, and native text props.
<Text as="h2" textStyle="t7Bold" maxLines={2}>Title</Text>