BadgeUnstyled API
导入
import BadgeUnstyled from '@mui/base/BadgeUnstyled';
// 或
import { BadgeUnstyled } from '@mui/base';
属性
原生(Native) 组件的属性也是可用的。
名称 | 类型 | 默认值 | 描述 |
---|---|---|---|
badgeContent | node | The content rendered within the badge. | |
children | node | The badge will be added relative to this node. | |
component | elementType | The component used for the root node. Either a string to use a HTML element or a component. | |
invisible | bool | false | If true , the badge is invisible. |
max | number | 99 | Max count to show. |
showZero | bool | false | Controls whether the badge is hidden when badgeContent is zero. |
slotProps | { badge?: func | object, root?: func | object } | {} | |
slots | { badge?: elementType, root?: elementType } | {} |
ref
则会被传递到根元素中。