CourseHeroProps Type — supabase Architecture
Architecture documentation for the CourseHeroProps type/interface in course-hero.tsx from the supabase codebase.
Entity Profile
Source Code
apps/learn/components/course-hero.tsx lines 3–17
interface CourseHeroProps {
title: string
subtitle: string
description: string
stats?: {
label: string
icon: React.ReactNode
accent: string
}[]
instructors?: {
name: string
icon: React.ReactNode
accent: string
}[]
}
Source
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free