其他 / Badge徽章组件
徽章组件, 可在Item中组合使用.
- 源码:
传入属性 / Props:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
color |
String |
<optional> |
颜色 | |
mode |
String |
<optional> |
'ios'
|
模式 |
插槽 / Slots:
Name | Description |
---|---|
空 |
默认嵌入全部 |
用法 / Usages
import { Badge } from 'vimo'
<Badge>1</Badge>
<Badge>New</Badge>
<Badge>Hot</Badge>