The component props.
The CSS class name for the root element.
The inline CSS styles for the root element.
The style object for SX props.
If true, the progress indicator will not be displayed when loading. Default is false.
If true, any error thrown during onClick will be re-thrown. Default is false.
If true, the component is disabled. Default is false.
The size of the component. Default is DEFAULT_SIZE.
The thickness of the progress indicator. Default is DEFAULT_THICKNESS.
The color of the component. Default is "primary".
The callback function called when loading starts.
The callback function called when loading ends.
The callback function called when the component is clicked.
The fallback component to render if an error occurs during onClick.
The child components to render inside the component.
The additional props to pass to the Fab component.
The rendered component.
ActionFab component.