Variable: TabsContent
@arolariu/components / TabsContent
Variable: TabsContent
constTabsContent:ForwardRefExoticComponent<Omit<TabsContentProps,"ref"> &RefAttributes<HTMLDivElement>>
Defined in: components/ui/tabs.tsx:157
Renders the content panel associated with the active tab.
Remarks
- Renders a
<div>element by default - Built on Base UI Tabs
- Supports the
renderprop for element composition - Styling via CSS Modules with
--ac-*custom properties
Example
<TabsContent value="overview">Content</TabsContent>
See
// was this page useful?