Tabbar(tabPosition: TabsPosition? = null, animation: Boolean? = null, swipeable: Boolean? = null, classes: Set<String> = setOf(), init: (Tabbar.() -> Unit)? = null)
Creates a tab bar component.
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
classes - a set of CSS class names
init - an initializer extension function
Constructor
Creates a tab bar component.