React
Exports the token-aware primitive surface used by higher-level React components.

Component
Foundational Box, Text, media, and layout primitives.
Box, Text, Article, AspectRatio, and layout primitives share the same token contract.
import { Box, Text, Article, AspectRatio, Flex, Grid, Float } from "@hozorica/hods-react";import { Box, Text, Article, AspectRatio, Flex, Grid, Float } from "@hozorica/hods-react-native";ColorToken | DimensionToken | RadiusTokenShared token props across primitive components.as | asChild | childrenWeb composition hooks plus shared children rendering.Flex | Grid | Float propsLayout aliases for alignment, placement, and spacing.Exports the token-aware primitive surface used by higher-level React components.
Provides matching primitive concepts with React Native layout and text constraints.
<Box bg="bg.neutralWeak" borderRadius="r2" p="x4"><Text textStyle="body">Content</Text></Box>