Md Secondary Tab
open class MdSecondaryTab(text: String, active: Boolean = false, className: String? = null, init: MdSecondaryTab.() -> Unit? = null) : MdTab
Secondary tabs are used within a content area to further separate related content and establish hierarchy.
Author
Maanrifa Bacar Ali
Constructors
Link copied to clipboard
constructor(text: String, active: Boolean = false, className: String? = null, init: MdSecondaryTab.() -> Unit? = null)