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