Tabbar
open class Tabbar(tabPosition: TabsPosition? = null, animation: Boolean? = null, swipeable: Boolean? = null, className: String? = null, init: Tabbar.() -> Unit? = null)
A tab bar component.
Parameters
tab Position
the tab bar position
animation
determines if the transitions are animated
swipeable
determines if the tab bar can be scrolled by drag or swipe
class Name
CSS class names
init
an initializer extension function
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets the active tab index.
Link copied to clipboard
Clears swipe event listener.
Link copied to clipboard
open fun setActiveTab(index: Int, options: dynamic = undefined): <Error class: unknown class><Unit>?
Shows specified tab page.
Link copied to clipboard
Shows or hides the tab bar.
Link copied to clipboard
Sets the tab bar panel styling callback.
Link copied to clipboard
Clears the tab bar panel styling callback.