Typography content
Text, Article, and AspectRatio keep readable documentation surfaces aligned to the HODS token system.

Component
Readable content primitives for text, article regions, and stable media frames.
Text, Article, and AspectRatio keep readable documentation surfaces aligned to the HODS token system.
import { Text, Article, AspectRatio } from "@hozorica/hods-react";import { Text, Article, AspectRatio } from "@hozorica/hods-react-native";TextStyleTokenComplete typography style binding.stringArticle language hint for content wrapping policy.numberAspectRatio media frame ratio.Combines semantic text styles, article wrapping policy, and aspect-ratio media frames.
Provides matching text and article concepts with native text and view primitives.
<Article lang="ko-KR"><Text textStyle="articleBody">문서 콘텐츠</Text></Article>