UNPKG

react-material-overlay

Version:

A fully featured Material UI implementation of overlays like modals, alert dialogs, lightboxes, and bottom sheets featuring easy stack management and browser history integration

4 lines (2 loc) 94 B
let ALERT_DIALOG_ID = 1; export const genAlertDialogId = () => `ad_${ALERT_DIALOG_ID++}`;