@spark-web/description-list
v0.1.0
Published
A key-value display component for showing labeled data in rows.
Downloads
2,141
Readme
@spark-web/description-list
A key-value display component for showing labeled data in rows.
Usage
import { DescriptionList } from '@spark-web/description-list';
<DescriptionList
items={[
{ label: 'Name', value: 'John Smith' },
{ label: 'Email', value: '[email protected]' },
]}
/>;