@atlaskit/inline-dialog
Version:
An inline dialog is a pop-up container for small amounts of information. It can also contain controls.
35 lines (34 loc) • 1.01 kB
JSON
[
{
"name": "InlineDialog",
"package": "@atlaskit/inline-dialog",
"import": {
"name": "InlineDialog",
"package": "@atlaskit/inline-dialog",
"type": "default"
},
"keywords": ["dialog", "inline", "popup", "overlay", "tooltip"],
"categories": ["overlay"],
"shortDescription": "A component for displaying content in an inline dialog.",
"status": "general-availability",
"accessibilityGuidelines": [
"Ensure proper focus management",
"Provide clear dialog labels",
"Use appropriate ARIA attributes",
"Consider keyboard navigation"
],
"usageGuidelines": [
"Use for contextual information display",
"Position appropriately relative to trigger",
"Consider dialog sizing and content",
"Handle focus and escape key behavior"
],
"contentGuidelines": [
"Use clear, concise dialog content",
"Provide meaningful dialog titles",
"Keep content focused and relevant",
"Use appropriate dialog sizing"
],
"examples": ["./examples/ai/inline-dialog.tsx"]
}
]