diff --git a/packages/react/.storybook/Container.js b/packages/react/.storybook/Container.js index c5145c6080a5..588f80a7f35c 100644 --- a/packages/react/.storybook/Container.js +++ b/packages/react/.storybook/Container.js @@ -25,8 +25,38 @@ function Container({ story, id }) { }; }, []); + // Does not include LTS message in UIShell elements to avoid overlaying + const url = window.location.href.includes('ui-shell'); + return ( + {!url && ( +
+

+ carbon-components-react@7.x is in maintenance mode, support is + scheduled to end on September 30, 2024. + Start using v11 now! +

+ + Release schedule + +
+ )} +