Tabbar
constructor(tabPosition: TabsPosition? = null, animation: Boolean? = null, swipeable: Boolean? = null, className: String? = null, init: Tabbar.() -> Unit? = null)(source)
Creates a tab bar component.
Parameters
tabPosition
the tab bar position
animation
determines if the transitions are animated
swipeable
determines if the tab bar can be scrolled by drag or swipe
className
CSS class names
init
an initializer extension function