default
Tag mode (Attribute: `mode`)
Tag type (Attribute: `type`)
The Tag component is a small, labeled UI element used to categorize or highlight information. Tags are often used in content management systems, social media platforms, or e-commerce sites to label items, posts, or products with relevant keywords or attributes. They are particularly useful for organizing content, making it easier for users to filter and search. For example, in a blogging platform, tags can be used to label posts with relevant topics, improving content discoverability.
import Tag from "@lumina-design/core/Tag"; // type: 'default', 'success', 'inprogress', 'error', 'warn', 'pending', 'info', 'unavailable' // mode: dark [optional] <Tag type="default">Default</Tag>