Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ createExampleComponent
Method
createExampleComponent
examples/list/base/MainContainer.mjs:73–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
71
}
72
73
createExampleComponent() {
74
return
Neo.create({
75
module : List,
76
displayField:
'firstname'
,
77
draggable : true,
78
store : MainStore,
79
width : 100
80
})
81
}
82
}
83
84
export
default Neo.setupClass(MainContainer);
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected