Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
11
const Header = ({ children }) => <h1>{children}</h1>;
12
13
const Content = ({ children }) => <section>{children}</section>;
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected