Tab Panel
open class TabPanel(tabPosition: TabPosition, sideTabSize: SideTabSize, scrollableTabs: Boolean, draggableTabs: Boolean, className: String?, init: TabPanel.() -> Unit?)
Content copied to clipboard
The container rendering its children as tabs.
It supports activating children by a JavaScript route.
Parameters
tab Position
tab position
side Tab Size
side tab size
scrollable Tabs
determines if tabs are scrollable (default: false)
draggable Tabs
determines if tabs are draggable (default: false)
class Name
CSS class names
init
an initializer extension function
Constructors
TabPanel
Link copied to clipboard
fun TabPanel(tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, scrollableTabs: Boolean = false, draggableTabs: Boolean = false, className: String? = null, init: TabPanel.() -> Unit? = null)
Content copied to clipboard
Types
Tab Panel Content
Link copied to clipboard
A helper component for rendering tab content.
Tab Panel Nav
Link copied to clipboard
A helper component for rendering tabs.
Functions
dispose All
Link copied to clipboard
find Tab With Component
Link copied to clipboard
Find the tab which contains the given component.
get Tab Index
Link copied to clipboard
Get the index of the given tab.
Properties
activeIndex
Link copied to clipboard
draggableTabs
Link copied to clipboard
scrollableTabs
Link copied to clipboard