[
	{
		"name": "Tabs",
		"package": "@atlaskit/tabs",
		"import": {
			"name": "Tabs",
			"package": "@atlaskit/tabs",
			"type": "default"
		},
		"keywords": ["tabs", "navigation", "content", "organization", "grouping"],
		"categories": ["navigation"],
		"shortDescription": "Tabs are used to organize content by grouping similar information on the same page.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Ensure proper keyboard navigation between tabs",
			"Use appropriate ARIA attributes for tab panels",
			"Provide clear focus indicators",
			"Announce tab changes to screen readers",
			"Ensure tab content is accessible"
		],
		"usageGuidelines": [
			"Use to organize related content on the same page",
			"Keep tab labels concise and descriptive",
			"Limit the number of tabs to avoid overcrowding",
			"Use consistent tab ordering and grouping",
			"Consider responsive behavior for many tabs"
		],
		"contentGuidelines": [
			"Write clear, descriptive tab labels",
			"Group related content logically",
			"Use consistent naming conventions",
			"Ensure tab content is relevant and complete"
		],
		"generativeInstructions": "./docs/ai/tabs-instructions.md",
		"examples": ["./examples/ai/tabs.tsx"]
	}
]
