Text has no children and no sizing props — the parent container
controls the box. Width is always parent-assigned. Height is intrinsic,
computed from content, newlines (\n), and word-wrapping at the given width.
Whitespace is always preserved. Content that exceeds the box is
hard-clipped (no ellipsis).
Create a styled text leaf node.
Text has no children and no sizing props — the parent container controls the box. Width is always parent-assigned. Height is intrinsic, computed from content, newlines (
\n), and word-wrapping at the given width.Whitespace is always preserved. Content that exceeds the box is hard-clipped (no ellipsis).