import { showToastMessage } from '@concur/nui-widgets/lib/Toast/Toast';
Toasts are a non-obtrusive way to signal success to a user. Toast messages should be very short. They will appear at the bottom of the browser window and disappear after a few seconds.
Call the showToastMessage
function with the message text as its first parameter. The second parameter is an options object, which currently supports className
.