MCPcopy Create free account
hub / github.com/ryanseddon/react-frame-component / Content

Function Content

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

Source from the content-addressed store, hash-verified

11const Header = ({ children }) => <h1>{children}</h1>;
12
13const Content = ({ children }) => <section>{children}</section>;
14
15const App = () => (
16 <div>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…