# Badge A small, color-coded visual element that contains letters or numbers, that you can use to label, categorize, or organize items. ## Properties ### className > Adds the specified classes to the root element of the component. Type: String Required: No ### color > Specifies the badge color. Type: String Default: `"grey"` Valid values: `blue | grey | green | red` Required: No ### id > Adds the specified ID to the root element of the component. Type: String Required: No ## Slots ### children > Text displayed inside the badge. ## License Summary The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.