MCPcopy Index your code
hub / github.com/ryanseddon/react-frame-component / Header

Function Header

example/app.jsx:11–11  ·  view source on GitHub ↗
({ children })

Source from the content-addressed store, hash-verified

9};
10
11const Header = ({ children }) => <h1>{children}</h1>;
12
13const Content = ({ children }) => <section>{children}</section>;
14

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected