disclosurePanel
fun <CP : HTMLElement> RenderContext.disclosurePanel(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CP>>, initialize: Disclosure.DisclosurePanel<CP, C>.() -> Unit)
Factory function to create a disclosurePanel.
For more information refer to the official documentation
fun RenderContext.disclosurePanel(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: Disclosure.DisclosurePanel<HTMLDivElement, C>.() -> Unit)
Factory function to create a disclosurePanel with a HTMLDivElement as default Tag.
For more information refer to the official documentation