Displaying location info from websocket
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
import "./LocationList.js"
|
||||
|
||||
class Home extends Shadow {
|
||||
render() {
|
||||
ZStack(() => {
|
||||
p("BLOCKCATCHER")
|
||||
.x(2, em).y(1, em)
|
||||
.fontSize(1.2, em)
|
||||
.fontFamily("Arial")
|
||||
|
||||
LocationList()
|
||||
})
|
||||
.backgroundColor("#aebdff")
|
||||
.display("block")
|
||||
.width(100, vw).height(100, vh)
|
||||
.color("#60759f")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user