A Loading component that wraps any other component and displays a spinner until the wrapped component has rendered.
Constructor | Description |
|
Static member | Description |
Full Usage:
Loading.applyMembers (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?loadingType : LoadingType
?fullscreen : bool
?debug : bool
?className : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?color : string
?loadingState : LoadingState
Returns: Loading -> Loading
|
|
Full Usage:
Loading.init (id, children, ?loadingType, ?fullscreen, ?debug, ?className, ?parentClassName, ?style, ?parentStyle, ?color, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?loadingType : LoadingType
?fullscreen : bool
?debug : bool
?className : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?color : string
?loadingState : LoadingState
Returns: Loading
|
|