MCPcopy 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
66export default Neo.setupClass(MainContainer);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected