components.LinkedCard() — supabase Function Reference
Architecture documentation for the components.LinkedCard() function in mdx-components.tsx from the supabase codebase.
Entity Profile
Relationship Graph
Source Code
apps/design-system/components/mdx-components.tsx lines 261–269
LinkedCard: ({ className, ...props }: React.ComponentProps<typeof Link>) => (
<Link
className={cn(
'flex w-full flex-col items-center rounded-xl border bg-card p-6 text-card-foreground shadow transition-colors hover:bg-muted/50 sm:p-10',
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