MCPcopy Create free account
hub / github.com/RobPruzan/react-scratch / LeafComponent

Function LeafComponent

src/script.ts:287–293  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285};
286
287export const LeafComponent = () => {
288 return React.createElement("div", {
289 id: "leaf-component",
290 style: "padding: 5px; margin: 5px; background-color: lightgray;",
291 innerText: "Leaf Component Content",
292 });
293};
294
295export const ContainerComponent = () => {
296 return React.createElement(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected