tabbar

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

DSL builder extension function.

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