// ****************************************************************************************************************************************************** // * By Dr. Roy C. Davies, March 2023, roy.c.davies@ieee.org // ****************************************************************************************************************************************************** const code = { minimal : ` `, titled : ` `, progress_bar : ` `, variations : ` `, position : ` `, window_attached : ` `, direction : ` `, center_aligned : ` `, duration : ` `, message_style : ` `, increasing_progress : ` `, color : ` `, inverted_color : ` `, actions : ` `, basic : ` `, centered : ` `, attached : ` `, vertical : ` `, vertical_attached : ` `, without_icon : ` `, individual_icon : ` `, image : ` `, close_icon : ` `, transitions : ` `, center_attached_actions : ` `, create_from_dom : `
Notice
A Toast can be generated out of existing DOM Nodes

`, reuse_template : `

`, approve_deny_callbacks : `
Notice
Want to close this DOM toast?

`, message : ` Download the source code at

github
`, card : `
Fomantic-UI
2.8.0 Card Toast

`, prevent_pausing : ` `, prevent_closing : ` `, access_created_toast : ` ` } export default code;