BadgeContainerProps
Interface
Represents the props of the KendoReact BadgeContainer component.
Definition
Package:@progress/kendo-react-indicators
Properties
children?
ReactNode
The React elements that will be rendered inside the BadgeContainer.
className?
string
Specifies a list of CSS classes that will be added to the BadgeContainer.
dir?
string
Represents the dir HTML attribute. This is used to switch from LTR to RTL.
style?
CSSProperties
Sets additional CSS styles to the BadgeContainer.