New to KendoReact? Learn about KendoReact Free.
BadgeContainer
Updated on Oct 31, 2025
Represents the KendoReact BadgeContainer 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>
);
};
| Name | Type | Default | Description |
|---|---|---|---|
props |
|
The props of the BadgeContainer component. |