Badge
Component
Represents the KendoReact Badge component.
Definition
Package:@progress/kendo-react-indicators
Syntax:
jsx
const App = () => {
return (
<Badge>99+</Badge>
);
};
Properties
props
BadgeProps intersected with RefAttributes<null | BadgeHandle>
The props of the Badge component.