MCPcopy Create free account
hub / github.com/9d8dev/directory / Section

Function Section

components/craft.tsx:73–79  ·  view source on GitHub ↗
({ children, className, id }: SectionProps)

Source from the content-addressed store, hash-verified

71};
72
73const Section = ({ children, className, id }: SectionProps) => {
74 return (
75 <section className={cn("py-8 md:py-12", className)} id={id}>
76 {children}
77 </section>
78 );
79};
80
81// Container Component
82type ContainerProps = {

Callers

nothing calls this directly

Calls 1

cnFunction · 0.70

Tested by

no test coverage detected