remix/ui/tabs/primitives · Interface

View Source

TabsContextProps

Signature

interface TabsContextProps {
  activeTab?: string
  children?: RemixNode
  defaultActiveTab?: string
  disabled?: boolean
  onActiveTabChange?: (activeTab: string) => void
}