disclosureCloseButton

fun <CC : HTMLElement> RenderContext.disclosureCloseButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CC>>, content: Tag<CC>.() -> Unit): Tag<CC>

Factory function to create a disclosureCloseButton.

For more information refer to the official documentation


fun RenderContext.disclosureCloseButton(classes: String? = null, scope: ScopeContext.() -> Unit = {}, content: Tag<HTMLButtonElement>.() -> Unit): Tag<HTMLButtonElement>

Factory function to create a disclosureCloseButton with a HTMLButtonElement as default Tag.

For more information refer to the official documentation