Design
Implementation
Required Components
Best PracticesOverlayPanel should:
Accessibility- Be opened on clicking a ListItem to display more information about the item
- Cover the page behind it
- Push the content behind it when it opens
WAI-ARIA: Dialog(Modal)
LabellingThe trigger button should have a correct button aria-label. A panel should have a close button that is labeled properly
Default
OverlayPanel should be used for progressive disclosure of additional contextual information and actions.
Children render here.