Data Card
A structured display component for presenting key-value pairs in a vertical list format. Useful for profile cards, detail panels, summary views, or any context where labeled data needs clear presentation.
Name
Bob
Title
Vice President
Age
42
Component props
| Name | Type | Description |
|---|---|---|
| data | object[] | Array of { label, value } objects |
| labelWidth | string | Width of label column (default: "auto") |