Tags can have different sizes. Use the size prop to change the size of the tag.
Show codeHide code
Tags can have different radius factors. Use the rounded prop to change the radius of a tag.
Show codeHide code
Tags can have different variants and colors. Use the solid variant with the color prop to display a tag with a solid color.
Show codeHide code
Tags can have different variants and colors. Use the pastel variant with the color prop to display a tag with a solid color.
Show codeHide code
Tags can have different variants and colors. Use the outline variant with the color prop to display a tag with a solid color.
Show codeHide code
Tags can have a flat shadow. Use the shadow prop to display a tag with a flat shadow.
Show codeHide code
Tags can have a shadow on hover. Use the shadow prop to display a tag with a hover shadow.
Show codeHide code
rounded@since
2.0.0
@default
'lg'
Show exampleHide example
size@default
'md'
Show exampleHide example
variant@since
2.0.0
@default
'solid'
Show exampleHide example
color@default
'default'
Show exampleHide example
shadow