跳到主要内容

Badge 徽标

介绍

在右上角展示红点、文字、数字。

用法

dot

<OsBadge> 
<OsIcon
className='icon'
type='inform'
customStyle={{ verticalAlign: "top" }}
></OsIcon>
</OsBadge>

info

文字

<OsBadge type='info' info='新品'>
<OsIcon
type='detail-cart'
className='icon'
customStyle={{ verticalAlign: "top" }}
></OsIcon>
</OsBadge>

数字

<OsBadge type='info' info='9'>
<OsIcon
type='detail-cart'
className='icon'
customStyle={{ verticalAlign: "top" }}
></OsIcon>
</OsBadge>

text

<OsBadge type='text'>待评价待评价</OsBadge>

列表红点

<OsList
title='我是标题我是标题我是标题我是标题我是标题我是标题我是标题'
type='custom'
rightIcon='arrows'
>
<OsBadge type='list'></OsBadge>
</OsList>

API

属性

参数说明类型默认值
typedot | info | text | list,可选stringdot
isShow展示徽标,可选booelantrue
info角标值,可选,当 info 为空或为'0'0时隐藏角标number | string-
max角标阀值,可选number99(>99显示99+)
className自定义类名,可选string-
customStyle自定义样式,可选object-

方法

函数名说明参数
onClick点击时触发-