New to KendoReactStart a free 30-day trial

Badge

Represents the KendoReact Badge component.

A Functional Component.

jsx
const App = () => {
  return (
      <Badge>99+</Badge>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

BadgeProps intersected with RefAttributes<undefined>

The props of the Badge component.

Not finding the help you need?
Contact Support