New to KendoReactLearn about KendoReact Free.

BadgeContainer

Represents the KendoReact BadgeContainer component.

A Functional Component.

jsx
const App = () => {
  return (
      <BadgeContainer>
          <Avatar shape="circle" type="image">
              <img src={'https://demos.telerik.com/kendo-ui/content/web/Customers/RICSU.jpg'} />
          </Avatar>
          <Badge cornerPlacement="edge" position="topEnd">
      </BadgeContainer>
  );
};
   ReactDOM.render(<App />, document.querySelector('my-app'));
NameTypeDefaultDescription

props

BadgeContainerProps intersected with RefAttributes<undefined>

The props of the BadgeContainer component.

Not finding the help you need?
Contact Support