MCPcopy Create free account
hub / github.com/neomjs/neo / createExampleComponent

Method createExampleComponent

examples/component/clock/MainContainer.mjs:50–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 createExampleComponent() {
51 return Neo.create({
52 module: Clock,
53 time : '10:20'
54 })
55 }
56}
57
58export default Neo.setupClass(MainContainer);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected