Md Outlined Button
open class MdOutlinedButton(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: MdOutlinedButton.() -> Unit? = null) : MdButton
Outlined buttons are medium-emphasis buttons. They contain actions that are important, but aren’t the primary action in an app.
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: MdOutlinedButton.() -> Unit? = null)