CardMeetingNotes() — ui Function Reference
Architecture documentation for the CardMeetingNotes() function in card-example.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 337df349_3379_04fd_05a0_3d826044563a["CardMeetingNotes()"] ee714589_8224_8ab3_9e79_b7337e5a44b1["card-example.tsx"] 337df349_3379_04fd_05a0_3d826044563a -->|defined in| ee714589_8224_8ab3_9e79_b7337e5a44b1 style 337df349_3379_04fd_05a0_3d826044563a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/bases/radix/examples/card-example.tsx lines 101–163
function CardMeetingNotes() {
return (
<Example title="Meeting Notes">
<Card className="mx-auto w-full max-w-sm">
<CardHeader>
<CardTitle>Meeting Notes</CardTitle>
<CardDescription>
Transcript from the meeting with the client.
</CardDescription>
<CardAction>
<Button variant="outline" size="sm">
<IconPlaceholder
lucide="CaptionsIcon"
tabler="IconTextCaption"
hugeicons="TextCheckIcon"
phosphor="TextTIcon"
remixicon="RiTextWrap"
data-icon="inline-start"
/>
Transcribe
</Button>
</CardAction>
</CardHeader>
<CardContent>
<p>
Client requested dashboard redesign with focus on mobile
responsiveness.
</p>
<ol className="mt-4 flex list-decimal flex-col gap-2 pl-6">
<li>New analytics widgets for daily/weekly metrics</li>
<li>Simplified navigation menu</li>
<li>Dark mode support</li>
<li>Timeline: 6 weeks</li>
<li>Follow-up meeting scheduled for next Tuesday</li>
</ol>
</CardContent>
<CardFooter>
<AvatarGroup>
<Avatar>
<AvatarImage src="https://github.com/shadcn.png" alt="@shadcn" />
<AvatarFallback>CN</AvatarFallback>
</Avatar>
<Avatar>
<AvatarImage
src="https://github.com/maxleiter.png"
alt="@maxleiter"
/>
<AvatarFallback>LR</AvatarFallback>
</Avatar>
<Avatar>
<AvatarImage
src="https://github.com/evilrabbit.png"
alt="@evilrabbit"
/>
<AvatarFallback>ER</AvatarFallback>
</Avatar>
<AvatarGroupCount>+8</AvatarGroupCount>
</AvatarGroup>
</CardFooter>
</Card>
</Example>
)
}
Domain
Subdomains
Source
Frequently Asked Questions
What does CardMeetingNotes() do?
CardMeetingNotes() is a function in the ui codebase, defined in apps/v4/registry/bases/radix/examples/card-example.tsx.
Where is CardMeetingNotes() defined?
CardMeetingNotes() is defined in apps/v4/registry/bases/radix/examples/card-example.tsx at line 101.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free