Class

LoadingSnackbar

LoadingSnackbar(props) → {React.ReactElement}

Constructor

# new LoadingSnackbar(props) → {React.ReactElement}

Overview

The Snackbar component from Material-UI library with StyledCircularProgress as it's action. For full documentation check out Material-UI docs on Snackbar.
Parameters:
Name Type Attributes Description
props Object
message string <optional>

The message to display.

open boolean

If true the component is open.

View Source Utils/Feedback/LoadingSnackbar.js, line 33

React.ReactElement