LoadingComponent()
Home > @gooddata/sdk-ui > LoadingComponent
LoadingComponent() function
Component that renders a default loading indicator.
Signature:
export declare function LoadingComponent(input: ILoadingProps): import("react/jsx-runtime").JSX.Element;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ className, color, speed, inline, height, width, imageHeight, imageWidth } |
(not declared) | |
|
input |
Returns:
import("react/jsx-runtime").JSX.Element
Remarks
See LoadingComponent