Badge是一个多态组件, 其as属性是多态属性. 默认为HTML原生的span元素组件.
| 属性名 | 类型 | 是否必须 | 默认值 | 说明 |
|---|---|---|---|---|
| as | ElementType<any, keyof IntrinsicElements> | undefined | no | ||
| color | "primary" | "secondary" | "accent" | "info" | "success" | "warning" | "error" | "neutral" | undefined | no | theme color | |
| icon | React.ReactNode | no | ||
| size | ThemeBaseSize | undefined | no | "md" | 尺寸大小 |
| variant | "outline" | "default" | "ghost" | "dash" | "soft" | undefined | no | "default" | style variant |