Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alienkitty/space.js
/ init
Method
init
src/ui/Menu.js:29–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
}
28
29
init() {
30
this.css({
31
position:
'absolute'
,
32
left: 20,
33
top: 20,
34
right: 20,
35
display:
'flex'
,
36
justifyContent:
'center'
,
37
alignItems:
'center'
38
});
39
}
40
41
initViews() {
42
this.names.forEach((name, index) => {
Callers
1
constructor
Method · 0.95
Calls
1
css
Method · 0.80
Tested by
no test coverage detected