LoadingButtonOwnProps

Properties

Link copied to clipboard
abstract var classes: dynamic

Override or extend the styles applied to the component.

Link copied to clipboard
abstract var key: Key?
Link copied to clipboard
abstract var loading: Boolean?

If true, the loading indicator is shown and the button becomes disabled.

Link copied to clipboard

Element placed before the children if the button is in loading state. The node should contain an element with role="progressbar" with an accessible name. By default we render a CircularProgress that is labelled by the button itself.

Link copied to clipboard

The loading indicator can be positioned on the start, end, or the center of the button.

Link copied to clipboard
abstract override var sx: SxProps<Theme>?

The system prop that allows defining system overrides as well as additional CSS styles.

Functions

Link copied to clipboard
open inline operator fun Props?.unaryPlus()