diff --git a/packages/react/src/docs/components/Tabs.mdx b/packages/react/src/docs/components/Tabs.mdx index 519f210..bb26da5 100644 --- a/packages/react/src/docs/components/Tabs.mdx +++ b/packages/react/src/docs/components/Tabs.mdx @@ -52,8 +52,7 @@ import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs"; > Note: > -> TabContent requires a element as children, with className prop. -> It will add `hidden` tailwind classname if the tab is not active. +> TabContent requires a element as children. > There is no default element in the tab, so you have to provide it. ## Props