kvision / pl.treksoft.kvision.onsenui.tabbar

Package pl.treksoft.kvision.onsenui.tabbar

Onsen UI tabbar component.

Types

(js)

Tab

A tab component.

open class Tab : SimplePanel
(js)

Tabbar

A tab bar component.

open class Tabbar : SimplePanel
(js)

TabsPosition

Tab bar position.

enum class TabsPosition

Functions

(js)

tab

DSL builder extension function.

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
(js)

tabbar

DSL builder extension function.

fun Page.tabbar(tabPosition: TabsPosition? = null, animation: Boolean = true, swipeable: Boolean? = null, classes: Set<String>? = null, className: String? = null, init: (Tabbar.() -> Unit)? = null): Tabbar