import Badge from 'nes-design/es/Badge'; OR import { Badge } from 'nes-design';| Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
|---|---|---|---|
| type | badge type | 'split' | 'icon' | - |
| options | badge children`s | Option | - |
| ...rest | more attrs(Example: href) / 更多属性 | React.AnchorHTMLAttributes<HTMLAnchorElement> | - |
| Prop / 参数 | Description / 描述 | Type / 类型 | Default / 默认值 |
|---|---|---|---|
| status | badge status | 'primary' | 'success' | 'warning' | 'error' | 'dark' | - |
| children | badge option children | React.ReactNode | - |
| ...rest | more attrs(Example: className) / 更多属性 | React.HTMLAttributes<HTMLSpanElement> | - |