DataField
moleculeLabel/value pair for structured data display.
Added in 0.1.0
Live Preview
ThemeDefault Light
DeviceDesktop
Props
| Prop | Type | Description | Required |
|---|---|---|---|
| label | string | Field label | yes |
| value | string | null | undefined | Field value | yes |
Usage
import { DataField } from '@qsp-life/particle';
<DataField label="First Name" value="Maria" />Import
import { DataField } from '@qsp-life/particle';