tsimport {Overlay} from '@astryxdesign/core/Overlay'
| Guidance | Practices |
|---|---|
| Do | Use overlays for short, contextual actions or labels that belong directly to the underlying media or surface. |
| Do | Keep overlay content compact so it remains legible over the scrim and does not obscure important visual information. |
| Don't | Do not use Overlay for floating content anchored outside the surface. Use Popover, Tooltip, or Dialog for those patterns. |