Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ createExampleComponent
Method
createExampleComponent
examples/menu/list/MainContainer.mjs:45–51 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
}
44
45
createExampleComponent() {
46
return
Neo.create({
47
module : MenuList,
48
displayField:
'text'
,
49
store : MainStore
50
})
51
}
52
}
53
54
export
default Neo.setupClass(MainContainer);
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected