BadgeProps
Represents the props of the KendoReact Badge component.
Name | Type | Default | Description |
---|---|---|---|
align? |
|
Specifies the alignment of the Badge. The possible keys are:
| |
children? |
|
The React elements that will be rendered inside the Badge. | |
className? |
|
Specifies a list of CSS classes that will be added to the Badge. | |
cutoutBorder? |
|
Specifies wether or not to render additional "cutout" border around the Badge. The possible values are:
| |
dir? |
|
Represents the | |
fillMode? |
|
|
Specifies the appearance fill style of the Badge. The possible values are:
|
position? |
|
|
Specifies the position of the Badge relative to the edge of the container element. The possible values are:
|
rounded? |
|
|
Specifies the roundness of the Badge. The possible values are:
|
size? |
|
|
Specifies the size of the Badge. The possible values are:
|
style? |
|
Sets additional CSS styles to the Badge. | |
themeColor? |
|
|
Specifies the theme color of the Badge. The possible values are:
|