diff --git a/packages/react/src/components/ContainedList/ContainedList.mdx b/packages/react/src/components/ContainedList/ContainedList.mdx index 09f47d6e1436..b739d7e83180 100644 --- a/packages/react/src/components/ContainedList/ContainedList.mdx +++ b/packages/react/src/components/ContainedList/ContainedList.mdx @@ -100,6 +100,7 @@ render inline to the Contained List title, please see the also remain persistent under the title, so that it remains visible on scroll, when there are many list items passed in. + ```js export const WithPersistentSearch = () => { const [searchTerm, setSearchTerm] = useState(''); @@ -139,6 +140,10 @@ export const WithPersistentSearch = () => { }; ``` +`ContainedList.ContainedListItem` is deprecated, use +`import { ContainedListItem } from '@carbon/react` +import instead. +