React
Inline tag metadata group with separators, tone, weight, icon slots, and truncation.

Component
Compact metadata tags separated in one horizontal summary row.
import { TagGroupRoot, TagGroupItem } from "@hozorica/hods-react/tag-group";import { TagGroupRoot, TagGroupItem } from "@hozorica/hods-react-native/tag-group";ReactNodeVisual separator inserted between items.t2 | t3 | t4Text density.booleanKeeps the group to one line and truncates labels.bold | regularText weight inherited by items.brand | neutral | neutralSubtleText color inherited by items.ReactNodeItem label.ReactNodeOptional item icon slots.true | 0 | numberControls item shrink priority in truncate mode.Inline tag metadata group with separators, tone, weight, icon slots, and truncation.
Flex row metadata group with matching separator and item API.
<TagGroupRoot><TagGroupItem label="500m" /><TagGroupItem label="서초4동" /><TagGroupItem label="3분 전" /></TagGroupRoot>