New to KendoReact? Start a free 30-day trial
Badge
Represents the KendoReact Badge component.
jsx
const App = () => {
return (
<Badge>99+</Badge>
);
};
ReactDOM.render(<App />, document.querySelector('my-app'));
Name | Type | Default | Description |
---|---|---|---|
props |
|
The props of the Badge component. |