@atlaskit/popper
Version:
A wrapper for React Popper for situations which require a bespoke popup where other ADS components are deemed unsuitable
34 lines (33 loc) • 991 B
JSON
[
{
"name": "Popper",
"package": "@atlaskit/popper",
"import": {
"name": "Popper",
"package": "@atlaskit/popper",
"type": "named"
},
"keywords": ["popper", "positioning", "tooltip", "popup", "overlay"],
"categories": ["utility"],
"shortDescription": "A component for positioning elements relative to other elements.",
"status": "general-availability",
"accessibilityGuidelines": [
"Ensure proper positioning and visibility",
"Consider screen reader accessibility",
"Use appropriate ARIA attributes",
"Handle focus management"
],
"usageGuidelines": [
"Use for positioning overlays and tooltips",
"Consider positioning constraints",
"Handle responsive positioning",
"Use appropriate z-index management"
],
"contentGuidelines": [
"Ensure positioned content is accessible",
"Use appropriate positioning strategies",
"Consider content visibility and readability"
],
"examples": ["./examples/00-basic-positioning.tsx"]
}
]