Badge
The Badge component generates a small label that is attached to its child element.
Badge API
Import
import { Badge } from '@mui/base/Badge';
// or
import { Badge } from '@mui/base';
Props of the native component are also available.
The props used for each slot inside the Badge.
Type:{ badge?: func
| object, root?: func
| object }
Default:{}
The components used for each slot inside the Badge. Either a string to use a HTML element or a component.
See Slots API below for more details.
Type:{ badge?: elementType, root?: elementType }
Default:{}
The
ref
is forwarded to the root element.To learn how to customize the slot, check out the Overriding component structure guide.
These class names are useful for styling with CSS. They are applied to the component's slots when specific states are triggered.