@atlaskit/popup
Version:
A popup displays brief content in an overlay.
35 lines (34 loc) • 1 kB
JSON
[
{
"name": "Popup",
"package": "@atlaskit/popup",
"import": {
"name": "Popup",
"package": "@atlaskit/popup",
"type": "default"
},
"keywords": ["popup", "overlay", "floating", "content", "trigger"],
"categories": ["overlay"],
"shortDescription": "A component for displaying popup content relative to a trigger element.",
"status": "general-availability",
"accessibilityGuidelines": [
"Provide appropriate focus management",
"Use clear trigger labels",
"Ensure keyboard navigation support",
"Provide escape key dismissal"
],
"usageGuidelines": [
"Use for contextual content that appears on demand",
"Position appropriately relative to trigger",
"Consider dismissal behavior",
"Use appropriate content sizing"
],
"contentGuidelines": [
"Keep popup content focused and relevant",
"Use clear, concise content",
"Provide appropriate actions when needed",
"Consider content hierarchy"
],
"examples": ["./examples/ai/popup.tsx"]
}
]