Properties
optional public closable?: boolean
Allow alert to be closable through a close icon.
Fade alert out after a certain delay (in ms)
Text to show on alert, you can use either html or text. HTML will override text.
optional public onClose?: () => void
Called before alert closes.
optional public onClosed?: () => void
Called after alert closes.
optional public transition?: string
Alert transition, pretty sure only fade is supported, you can try others if you wish.
optional public type?: string
Alert style, omit alert- from style name.