Tag

Tag, you're it! With our Tags, categorizing and navigating items is a playful breeze

Example

Default
1 import { Tag, Flex } from '@haktos/sugarcoat-ui';
2
3 <Flex justify='center'>
4 <Tag>Default</Tag>
5 </Flex>
6

API Reference

ComponentDescription
Tag

The Tag component is an interface element used for items that need to be labeled, categorized, or organized using keywords. Tags can also be used as navigational aids. In the Sugarcoat UI library, the Tag component is a small, interactive element that can provide quick information in a compact form

Component Properties

Badge
PropTypeDefaultExplanation
sizestringmd

Adjusts the size of the tag. It can take values like "xs", "sm", "md", "lg", which correspond to different dimensions.

colorstringdefault

Modifies the color of the tag. It shares the same values as Badge

blockbooleanfalse

Make the Badge a block element, filling the width of its parent.

removablebooleantrue

When set to true, includes a small 'x' button on the tag for removal purposes.

onRemovefunction

A function which gets triggered when the 'x' button is clicked.