components.TabsTrigger() — supabase Function Reference
Architecture documentation for the components.TabsTrigger() function in mdx-components.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/components/mdx-components.tsx lines 237–245
TabsTrigger: ({ className, ...props }: React.ComponentProps<typeof TabsTrigger>) => (
<TabsTrigger
className={cn(
'relative h-9 rounded-none border-b-2 border-b-transparent bg-transparent px-4 pb-3 pt-2 font-semibold text-muted-foreground shadow-none transition-none data-[state=active]:border-b-primary data-[state=active]:text-foreground data-[state=active]:shadow-none',
className
)}
{...props}
/>
),
Domain
Subdomains
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free