Usage and confituration: element.modal({ title: "Title of modal", text: "Content of modal", time: 86400000, //time to show again modal in ms; default time to show agin is 24h }); User response is ...
This library lets you create type-safe modals, which can be easily opened within the modal context. It also enables data flow between modals and parent components, thus allowing you to read user input ...