Skip to main content

TabsContent

@arolariu/components


@arolariu/components / TabsContent

TabsContent

Renders the content panel associated with the active tab.

Remarks

  • Renders a <div> element by default
  • Built on Base UI Tabs
  • Supports the render prop for element composition
  • Styling via CSS Modules with --ac-* custom properties

Example

<TabsContent value="overview">Content</TabsContent>

See

Base UI Documentation

Type Aliases

// was this page useful?