Skip to content

Instantly share code, notes, and snippets.

@thiagobutignon
Last active September 17, 2021 03:57
Show Gist options
  • Save thiagobutignon/0b26cb0e15c0158391d35a8a02810959 to your computer and use it in GitHub Desktop.
Save thiagobutignon/0b26cb0e15c0158391d35a8a02810959 to your computer and use it in GitHub Desktop.
Zup Innovation - Thiago Butignon Claramunt
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#FF0000",
"padding": {
"all": {
"value": 60,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#00FF00",
"padding": {
"all": {
"value": 40,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#0000FF",
"padding": {
"all": {
"value": 20,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:text",
"text": "Hello World!",
"textColor": "#FFFFFF"
}
]
}
]
}
]
}
{
"_beagleComponent_": "beagle:container",
"children": [
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#AA0000",
"padding": {
"all": {
"value": 20,
"type": "REAL"
}
},
"margin": {
"vertical": {
"value": 10,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:text",
"text": "Hello",
"textColor": "#FFFFFF"
}
]
},
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#008800",
"padding": {
"all": {
"value": 20,
"type": "REAL"
}
},
"margin": {
"vertical": {
"value": 10,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:text",
"text": "Zup",
"textColor": "#FFFFFF"
}
]
},
{
"_beagleComponent_": "beagle:container",
"style": {
"backgroundColor": "#0000AA",
"padding": {
"all": {
"value": 20,
"type": "REAL"
}
},
"margin": {
"vertical": {
"value": 10,
"type": "REAL"
}
}
},
"children": [
{
"_beagleComponent_": "beagle:text",
"text": "IT!",
"textColor": "#FFFFFF"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment