Overlay reveals supplementary content when the user clicks a UI trigger element. It remains active and open until the user dismisses it. It can contain interactive and focusable elements, such as buttons and links.
Note: This tab list includes overflow; tab positions may be inaccurate or change when a tab is selected
Interaction with the content in an overlay is typically constrained, as richer interactions/workflows should occur within a separate UI mechanism (such as a new page, Dialog or Drawer).
To allow screen readers to correctly identify overlay's trigger and its coresponding panel, define an id and pass the prop id="YOUR-OVERLAY-ID" to Overlay component.
To allow screen readers to correctly identify OverlayPanel's content title and description respectively, add the prop id="YOUR-OVERLAY-ID-header" to your content header or title, and prop id="YOUR-OVERLAY-ID-content" to your content description.
Interaction with the content in an overlay is typically constrained, as richer interactions/workflows should occur within a separate UI mechanism (such as a new page, Dialog or Drawer).
To allow screen readers to correctly identify overlay's trigger and its coresponding panel, define an id and pass the prop id="YOUR-OVERLAY-ID" to Overlay component.
To allow screen readers to correctly identify OverlayPanel's content title and description respectively, add the prop id="YOUR-OVERLAY-ID-header" to your content header or title, and prop id="YOUR-OVERLAY-ID-content" to your content description.
Interaction with the content in an overlay is typically constrained, as richer interactions/workflows should occur within a separate UI mechanism (such as a new page, Dialog or Drawer).
To allow screen readers to correctly identify overlay's trigger and its coresponding panel, define an id and pass the prop id="YOUR-OVERLAY-ID" to Overlay component.
To allow screen readers to correctly identify OverlayPanel's content title and description respectively, add the prop id="YOUR-OVERLAY-ID-header" to your content header or title, and prop id="YOUR-OVERLAY-ID-content" to your content description.