kvision / pl.treksoft.kvision.onsenui.tabbar / tab

tab

(js) fun Tabbar.tab(label: String? = null, icon: String? = null, activeIcon: String? = null, badge: String? = null, active: Boolean? = null, classes: Set<String>? = 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.