Label标签

author: 闫申申

定义

结果页

图片展示

Label 标签 - 图1

代码演示

  1. import Label from 'pile/dist/components/label'
  2. <Label type="success">成功类标签</Label>
  3. <Label type="warning">提醒类标签</Label>
  4. <Label type="fail">取消类标签</Label>

属性

参数 描述 数据类型 默认值
type 三种展示类型 success:成功类标签, warning:提醒类标签, fail:取消类标签 string success

原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-label.html