diff --git a/packages/components/tabs/src/Tabs.doc.mdx b/packages/components/tabs/src/Tabs.doc.mdx index f3966b488..3ce263657 100644 --- a/packages/components/tabs/src/Tabs.doc.mdx +++ b/packages/components/tabs/src/Tabs.doc.mdx @@ -88,7 +88,7 @@ Use `size` prop to set the size of items. ### forceMount -Use `forceMount` on `Tabs` when you want the content of your inactive tabs to remain in the DOM instead of being removed. +Use `forceMount` on `Tabs` when you want the content of your inactive tabs to remain in the DOM, instead of being removed. This can be useful if your tabs load heavy resources on mount, such as heavy images, videos, iframes, etc...