NssModal
Provides an animated modal with customizable content. The modal considers if the user currently typing in an editable element (like input or textarea) and prevents the modal from closing if a close key was pressed during typing.
How to use
ES6 module import
For NssUiApi
usage, please see the README.md of the nss_libs/ui
folder.
Alternative example of direct ES6 module import:
Create instance
Last updated