# 5.11 数字卡片列(Numcard Col)
数字卡片列组件,用于数字卡片布局
# 基础用法
<template>
<dof-numcard-row>
<dof-numcard-col value="26" unit="℃" label="温度"></dof-numcard-col>
<dof-numcard-col value="60" unit="%" label="湿度"></dof-numcard-col>
</dof-numcard-row>
</template>
1
2
3
4
5
6
2
3
4
5
6
# Attributes
| Prop | Type | Required | Default | Description |
|---|---|---|---|---|
value | String/Number | N | - | 数值 |
unit | String | N | '' | 单位 |
label | String | N | '' | 标签 |