[
	{
		"name": "Tag",
		"package": "@atlaskit/tag",
		"import": {
			"name": "Tag",
			"package": "@atlaskit/tag",
			"type": "default"
		},
		"keywords": ["tag", "label", "category", "filter", "chip", "badge"],
		"categories": ["data-display"],
		"shortDescription": "A tag is a compact element used to categorize, label, or organize content.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Provide appropriate labels for tags",
			"Ensure sufficient color contrast for text readability",
			"Use clear, descriptive tag text",
			"Consider keyboard navigation for interactive tags",
			"Provide alternative text for tag removal actions"
		],
		"usageGuidelines": [
			"Use to categorize or label content",
			"Keep tag text concise and meaningful",
			"Use appropriate colors and appearances",
			"Consider tag removal functionality",
			"Group related tags logically"
		],
		"contentGuidelines": [
			"Use clear, descriptive tag labels",
			"Keep tag text concise",
			"Use consistent terminology across tags",
			"Consider tag hierarchy and grouping"
		],
		"generativeInstructions": "./docs/ai/tag-instructions.md",
		"examples": ["./examples/ai/tag.tsx"]
	}
]
