UIKeyValue
Preview
Section titled “Preview”| Prop | Type | Default | Description |
|---|---|---|---|
items | Array<{ label: string; value: ReactNode }> | required | Key-value pairs |
labelWidth | string | — | Fixed width for labels (e.g. "120px") |
import { UIKeyValue } from "tango-api";
<UIKeyValue items={[ { label: "Branch", value: "main" }, { label: "Commit", value: "abc123" },]} />