Badge
- The main Badge component.
You can change the variant of the Badge by using the variant
prop.
You can change the color scheme of the Badge by using the scheme
prop. Don't mistake this with the css colorScheme
property.
Primary
Secondary
Success
Warning
Error
Info
None
You can combine the variant
and scheme
props to create a badge with different variants and colors.
Primary
Secondary
Success
Warning
Error
Info
None