MCPcopy Create free account
hub / github.com/Codehagen/Badget / SectionHeader

Function SectionHeader

src/components/section-header.tsx:5–13  ·  view source on GitHub ↗
({ children }: SectionHeaderProps)

Source from the content-addressed store, hash-verified

3}
4
5export function SectionHeader({ children }: SectionHeaderProps) {
6 return (
7 <div className="border-b w-full h-full p-10 md:p-14">
8 <div className="max-w-xl mx-auto flex flex-col items-center justify-center gap-2">
9 {children}
10 </div>
11 </div>
12 );
13}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected