UNPKG

@vectara/vectara-ui

Version:

Vectara's design system, codified as a React and Sass component library

9 lines (8 loc) 263 B
// These attributes improve the accessibility of overlay components like modals and dialogs. export const getOverlayProps = (titleElementId) => { return { role: "dialog", "aria-labelledby": titleElementId, "aria-modal": true }; };