You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This component is a remnant of temporary design guidelines and is not
recommended to be used anymore. The `BusyIndicator` should be the only
loading indicator available. Therefore, we will remove this component in
favor of the `BusyIndicator` with our next release.
For further information see [Fiori for Web Design
Guidelines](https://experience.sap.com/fiori-design-web/busy-handling/)
* The `Loader` signals that an operation is currently being executed. It uses as little space as possible to allow the user to interact with the UI.<br />
31
31
* It can be used to signal a data update on an already existing dataset, or where an expansion will happen.
32
+
*
33
+
* __Note:__ This component is __deprecated__ and will be removed with our next major release (v2.0.0)! Please use the [BusyIndicator](https://sap.github.io/ui5-webcomponents-react/?path=/docs/user-feedback-busyindicator--docs) instead.
34
+
*
35
+
* @deprecated This component is deprecated and will be removed with our next major release (v2.0.0)! Please use the [BusyIndicator](https://sap.github.io/ui5-webcomponents-react/?path=/docs/user-feedback-busyindicator--docs) instead.
0 commit comments