Md Tabs
open class MdTabs(autoActivate: Boolean = false, activeTabIndex: Int = -1, className: String? = null, init: MdTabs.() -> Unit? = null) : MdListWidget<MdTab>
Tabs organize groups of related content that are at the same level of hierarchy.
See https://material-web.dev/components/tabs/
Author
Maanrifa Bacar Ali
Constructors
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Removes all items from the current widget and disposes them.
Link copied to clipboard
fun MdTabs.primaryTab(text: String, inlineIcon: Boolean = false, active: Boolean = false, className: String? = null, init: MdPrimaryTab.() -> Unit? = null): <Error class: unknown class>
Link copied to clipboard
fun MdTabs.secondaryTab(text: String, active: Boolean = false, className: String? = null, init: MdSecondaryTab.() -> Unit? = null): <Error class: unknown class>