toastContainer
fun <E : HTMLElement> RenderContext.toastContainer(name: String, classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<E>>): Tag<E>
Factory function to create a toastContainer.
For more information refer to the official documentation
Parameters
name
the mandatory name of the container. This ultimately defines the container's identity.
fun RenderContext.toastContainer(name: String, classes: String? = null, id: String? = null, scope: ScopeContext.() -> Unit = {}): Tag<HTMLUListElement>
Factory function to create a toastContainer with a HTMLUListElement as default Tag.
For more information refer to the official documentation
Parameters
name
the mandatory name of the container. This ultimately defines the container's identity.