{ "componentDescription": "", "propDescriptions": { "badgeContent": { "description": "The content rendered within the badge." }, "children": { "description": "The badge will be added relative to this node." }, "invisible": { "description": "If true, the badge is invisible." }, "max": { "description": "Max count to show." }, "showZero": { "description": "Controls whether the badge is hidden when badgeContent is zero." }, "slotProps": { "description": "The props used for each slot inside the Badge." }, "slots": { "description": "The components used for each slot inside the Badge. Either a string to use a HTML element or a component." } }, "classDescriptions": { "invisible": { "description": "State class applied to {{nodeName}} if {{conditions}}.", "nodeName": "the badge span element", "conditions": "invisible={true}" } }, "slotDescriptions": { "badge": "The component that renders the badge.", "root": "The component that renders the root." } }