Skip to content

Cell

List-row foundation for settings, details, links, and clickable information cells.

Runtime ownership

H5 and Weapp adapters keep the same public API; keyboard and navigation details stay target-owned.

Demo

Package@varo-ui/headless
Settings
Notifications
Primitive row
0 activations

Install

bash
pnpm add @varo-ui/headless @varo-ui/h5
# or
pnpm add @varo-ui/headless @varo-ui/weapp

Why this is foundational

  • Mobile products rely heavily on consistent information and settings rows.
  • Title, description, icon, and link affordance keep one structure.

Parts

PartRole
CellGroupRootGroup heading and container
CellRootTitle, content, description, and activation

State and events

  • State:clickable, isLink, to, size, and center
  • Events:click.

Platform notes

H5 adds Enter/Space for clickable non-links; Weapp uses native tap.