Tags

Tags are elements used to label, categorize or describe an element.
  • Examples
  • Properties
  • Accessibility

Examples

Tag input element allows the user to define one or more tags. A tag can be confirmed with Tab or Enter key.

Web Component

Interfaces and types

Name
Interface
Tag
interface Tag {
  name: string;
}

Accessibility

Accessibility guidelines coming soon