DataIdentityItem
components/data/IdentityItem.vue
One cell in an entity identity row: a leading visual (slot) beside a small muted label over a bold value.
Model
claude-fable-5
Identity row — mixed leading visuals
P
Owner
Platform Team
Host
prod-worker-04
Credential
svc-deploy-key
Scenarios
ID
7
A very long metadata label
an-extremely-long-identifier-value-that-keeps-going
components/data/IdentityItem.vue
Usage
<DataIdentityItem
label = "—"
value = "—"
>
Content here
</DataIdentityItem>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| label | String | — | Small muted label shown above the value (required) |
| value | String | — | Bold value text (required) |
Slots
| Slot | Description |
|---|---|
| default | Leading visual — an icon, avatar circle with an initial, pawn, etc. |