Md Elevated Button
open class MdElevatedButton(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: MdElevatedButton.() -> Unit? = null) : MdButton
Elevated buttons are essentially filled tonal buttons with a shadow. To prevent shadow creep, only use them when absolutely necessary, such as when the button requires visual separation from a patterned background.
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: MdElevatedButton.() -> Unit? = null)