React
Bordered list container with static, button, checkbox, radio, header, and divider helpers.

Component
Structured rows for settings, menus, and selection surfaces.
import { List, ListHeader, ListItem, ListButtonItem, ListCheckItem, ListRadioItem, ListDivider } from "@hozorica/hods-react/list";import { List, ListHeader, ListItem, ListButtonItem, ListCheckItem, ListRadioItem, ListDivider } from "@hozorica/hods-react-native/list";ReactNodePrimary and secondary row text.ReactNodeLeading and trailing row slots.booleanReduces emphasis and disables interactive rows.booleanListCheckItem and ListRadioItem selection state.(checked) => voidListCheckItem selection callback.string | numberContainer corner radius override.Bordered list container with static, button, checkbox, radio, header, and divider helpers.
View and Pressable list rows with matching row content slots.
<List><ListHeader>Account</ListHeader><ListButtonItem title="Profile" suffix="›" /></List>