NssConfirm
This component provide a simple confirm dialog with a title, a message and two buttons. Optionally you can use it as alert dialog with only one button.
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 confirm dialog
This dialog has a fourth argument danger
which is set to true a specific version of the dialog is shown.
Create alert dialog
This dialog has a fourth argument danger
which is set to true a specific version of the dialog is shown.
Last updated