Label标签
author: 闫申申
定义
结果页
图片展示
代码演示
import Label from 'pile/dist/components/label'
<Label type="success">成功类标签</Label>
<Label type="warning">提醒类标签</Label>
<Label type="fail">取消类标签</Label>
属性
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
type | 三种展示类型 success:成功类标签, warning:提醒类标签, fail:取消类标签 | string | success |
原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-label.html