panel

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

Factory function to create a panel.

For more information refer to the official documentation


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

Factory function to create a panel with a HTMLDivElement as default Tag.

For more information refer to the official documentation