Skip to content

Instantly share code, notes, and snippets.

@softwarechido
Created January 11, 2019 11:36
Show Gist options
  • Save softwarechido/3f91bf1f462bdb567ab3ce8be54223f4 to your computer and use it in GitHub Desktop.
Save softwarechido/3f91bf1f462bdb567ab3ce8be54223f4 to your computer and use it in GitHub Desktop.
{
"type": "APL",
"version": "1.0",
"theme": "dark",
"import": [],
"resources": [],
"styles": {},
"layouts": {},
"mainTemplate": {
"items": [
{
"type": "Frame",
"height": "100vh",
"width": "100vw",
"backgroundColor": "purple",
"items": [
{
"type": "Container",
"height": "100vh",
"width": "100vw",
"direction": "column",
"alignItems": "center",
"justifyContent": "center",
"items": [
{
"type": "Text",
"text": "Poesía Urbana"
},
{
"type": "Text",
"text": "¡Bienvenidos!"
}
]
}
]
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment