Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
export
default Neo.setupClass(MainContainer);
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected