Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/neomjs/neo
/ createExampleComponent
Method
createExampleComponent
examples/component/chip/MainContainer.mjs:62–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
createExampleComponent() {
63
return
Neo.create({
64
module : Chip,
65
iconCls:
'fa fa-home'
,
66
height : 30,
67
text :
'Hello World'
68
})
69
}
70
}
71
72
export
default Neo.setupClass(MainContainer);
Callers
nothing calls this directly
Calls
1
create
Method · 0.45
Tested by
no test coverage detected