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