Tab Panel
open class TabPanel( tabPosition: TabPosition = TabPosition.TOP, sideTabSize: SideTabSize = SideTabSize.SIZE_3, val scrollableTabs: Boolean = false, val draggableTabs: Boolean = false, className: String? = null, init: TabPanel.() -> Unit? = null)
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
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
Link copied to clipboard
A helper component for rendering tab content.
Link copied to clipboard
A helper component for rendering tabs.
Functions
Link copied to clipboard
Link copied to clipboard
Find the tab which contains the given component.
Link copied to clipboard
Get the index of the given tab.