[
	{
		"name": "Select",
		"package": "@atlaskit/select",
		"import": {
			"name": "Select",
			"package": "@atlaskit/select",
			"type": "default"
		},
		"keywords": ["select", "dropdown", "form", "input", "options", "choice", "picker"],
		"categories": ["form"],
		"shortDescription": "A flexible select component for single and multi-selection.",
		"status": "general-availability",
		"accessibilityGuidelines": [
			"Provide clear labels for all selects",
			"Use appropriate placeholder text",
			"Ensure keyboard navigation with arrow keys",
			"Provide clear option descriptions",
			"Support screen reader announcements"
		],
		"usageGuidelines": [
			"Use for choosing from a list of options",
			"Use multi-select for multiple choice scenarios",
			"Enable search for long option lists",
			"Provide clear placeholder text",
			"Consider loading states for async data"
		],
		"contentGuidelines": [
			"Write clear, descriptive option labels",
			"Use consistent terminology across options",
			"Keep option text concise but meaningful",
			"Group related options logically"
		],
		"examples": [
			"./examples/constellation/select-appearance-default.tsx"
		]
	}
]
