tab

fun <CT : HTMLElement> RenderContext.tab(classes: String? = null, scope: ScopeContext.() -> Unit = {}, tag: TagFactory<Tag<CT>>, initialize: TabGroup.TabList.Tab<CT, CL, C>.() -> Unit): Tag<CT>

Factory function to create a tab.

For more information refer to the official documentation


fun RenderContext.tab(classes: String? = null, scope: ScopeContext.() -> Unit = {}, initialize: TabGroup.TabList.Tab<HTMLButtonElement, CL, C>.() -> Unit): Tag<HTMLButtonElement>

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

For more information refer to the official documentation