Dialog Element
Easy — everyone uses thisFrontend
Related Terms
Accessibility (a11y)
Accessibility (a11y) is making your website usable by everyone — including people using screen readers, keyboard-only navigation, or who have low vision.
intermediateFrontend
Headless UI
Headless UI is a component library that gives you all the behavior (keyboard navigation, focus management, accessibility) but zero styling.
intermediateFrontend
Popover API
The Popover API is a native HTML feature that lets you create popovers, tooltips, and menus without any JavaScript.
beginnerFrontend
Portals
React Portals let you teleport a component's HTML output to a completely different part of the DOM while keeping it logically in the same place in your com...
intermediateFrontend