tab

fun Tabbar.tab(label: String? = null, icon: String? = null, activeIcon: String? = null, badge: String? = null, active: Boolean? = null, className: String? = null, init: Tab.() -> Unit? = null): Tab

DSL builder extension function.

It takes the same parameters as the constructor of the built component.