Md Text Button
open class MdTextButton(text: String? = null, disabled: Boolean = false, href: String? = null, target: LinkTarget? = null, trailingIcon: Boolean = false, type: ButtonType = ButtonType.Submit, value: String? = null, name: String? = null, className: String? = null, init: MdTextButton.() -> Unit? = null) : MdButton
Text buttons are used for the lowest priority actions, especially when presenting multiple options.
Author
Maanrifa Bacar Ali
Constructors
Link copied to clipboard
constructor(text: String? = null, disabled: Boolean = false, href: String? = null, target: LinkTarget? = null, trailingIcon: Boolean = false, type: ButtonType = ButtonType.Submit, value: String? = null, name: String? = null, className: String? = null, init: MdTextButton.() -> Unit? = null)