tabList

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

Factory function to create a tabList.

For more information refer to the official documentation


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

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

For more information refer to the official documentation