# Badge A short text to represent a status or a category. ## Key Props - `label`: to set the label of the Badge. - `color`: to change the color of the Badge. - `variant`: - `size`: to change the size of the Badge. - `icon`: to show an [Icon](/docs/components/icon) inside the Badge. - `avatar`: to show an [Avatar](/docs/components/avatar) inside the Badge. - `class`: to override the base styles of the Badge. ## Usage ```vue /> ```