Skip to content

Instantly share code, notes, and snippets.

@ChaiyachetU
Last active November 11, 2019 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChaiyachetU/8d862f10eef78957a287b99641daae7f to your computer and use it in GitHub Desktop.
Save ChaiyachetU/8d862f10eef78957a287b99641daae7f to your computer and use it in GitHub Desktop.
{
"type": "bubble",
"header": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "text",
"text": "Mung Nonthaburi",
"color": "#414141",
"gravity": "center",
"size": "xl",
"wrap": true,
"flex": 3
},
{
"type": "image",
"url": "{Your Url image https and jpeg or png files only}",
"size": "xs",
"flex": 1
},
{
"type": "text",
"text": "22 °C",
"color": "#414141",
"size": "lg",
"align": "end",
"gravity": "center",
"flex": 1
}
]
},
"body": {
"type": "box",
"layout": "vertical",
"contents": [
{
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "image",
"url": "{Your Url image https and jpeg or png files only}",
"size": "md",
"align": "start"
},
{
"type": "text",
"text": "Moderate",
"wrap": true,
"size": "lg",
"color": "#a57f23",
"gravity": "center"
}
],
"margin": "xxl"
},
{
"type": "box",
"layout": "baseline",
"contents": [
{
"type": "text",
"text": "85",
"color": "#a57f23",
"size": "5xl",
"align": "center"
},
{
"type": "text",
"text": "US AQI",
"color": "#a57f23",
"size": "xs",
"margin": "sm"
}
]
}
]
},
"styles": {
"body": {
"backgroundColor": "#fdd74b"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment