Skip to content

Commit 1b8a7b1

Browse files
docs(Spinner): add deprecation notice (#926)
1 parent 04e1e8f commit 1b8a7b1

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)