Tag
Tags are used to communicate information about a particular item. They can be used in various places throughout your UI, such as: Lists, Cards, Filters, etc. Tags help users to quickly identify and categorize content.
- Guidelines
- React
To implement Tag component into your project you’ll need to add the import:
import { Tag } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<Tag>Text</Tag>