Skip to content

Commit 4bef814

Browse files
authored
Merge branch 'master' into docs/migration-guide-spinner
2 parents 8c6b13b + 1b8a7b1 commit 4bef814

File tree

1 file changed

+4
-0
lines changed
  • packages/main/src/components/Spinner

1 file changed

+4
-0
lines changed

packages/main/src/components/Spinner/index.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export interface SpinnerProps extends CommonProps {
2020
const useStyles = createComponentStyles(styles, { name: 'Spinner' });
2121

2222
/**
23+
* ### Deprecation Notice
24+
*
25+
* The Fiori 3 specification dropped the `Spinner` concept, so this component is deprecated and will be removed in the next release.<br />
26+
* Please use the [BusyIndicator](https://sap.github.io/ui5-webcomponents-react/?path=/docs/ui5-web-components-busyindicator) instead.
2327
*/
2428
const Spinner: FC<SpinnerProps> = forwardRef((props: SpinnerProps, ref: RefObject<HTMLDivElement>) => {
2529
const { className, size, tooltip, slot, style, delay } = props;

0 commit comments

Comments
 (0)