Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ createExampleComponent
Method
createExampleComponent
examples/list/chip/MainContainer.mjs:57–63 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
55
}
56
57
createExampleComponent() {
58
return
Neo.create({
59
module : ChipList,
60
displayField:
'firstname'
,
61
store : MainStore
62
})
63
}
64
}
65
66
export
default Neo.setupClass(MainContainer);
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected