MCPcopy Create free account
hub / github.com/agentsmd/agents.md / ExamplesSection

Function ExamplesSection

components/ExamplesSection.tsx:10–22  ·  view source on GitHub ↗
({ contributorsByRepo }: ExamplesSectionProps)

Source from the content-addressed store, hash-verified

8}
9
10export default function ExamplesSection({ contributorsByRepo }: ExamplesSectionProps) {
11 return (
12 <Section id="examples" title="Examples" className="py-12" center>
13 {/* Wide code example */}
14 <div className="mb-4">
15 <CodeExample compact />
16 </div>
17
18 {/* Repo cards */}
19 <ExampleListSection contributorsByRepo={contributorsByRepo} standalone />
20 </Section>
21 );
22}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected