Skip to content

Instantly share code, notes, and snippets.

@Mulannnnn
Created March 15, 2024 10:53
Show Gist options
  • Save Mulannnnn/2ac80c25f75a36f606b88bb4d80b738b to your computer and use it in GitHub Desktop.
Save Mulannnnn/2ac80c25f75a36f606b88bb4d80b738b to your computer and use it in GitHub Desktop.
{
"type": "bubble",
"header": {
"type": "box",
"layout": "horizontal",
"paddingAll": "xs",
"contents": [
{
"type": "image",
"url": "https://logos-world.net/wp-content/uploads/2021/09/Nintendo-Switch-Symbol.png",
"align": "center",
"gravity": "center",
"size": "md"
}
]
},
"hero": {
"type": "image",
"url": "https://a.ipricegroup.com/media/Yong/Nintendo_Switch_Lite_NIN.jpg",
"size": "full",
"aspectRatio": "20:13",
"aspectMode": "cover",
"action": {
"type": "uri",
"label": "Action",
"uri": "https://linecorp.com/"
}
},
"body": {
"type": "box",
"layout": "horizontal",
"spacing": "md",
"contents": [
{
"type": "box",
"layout": "vertical",
"flex": 1,
"contents": [
{
"type": "image",
"url": "https://res.cloudinary.com/cenergy-innovation-limited-head-office/image/fetch/c_scale,q_70,f_auto,h_740/https://d1dtruvuor2iuy.cloudfront.net/media/catalog/product/0/0/000271517_nintendo_switch_lite_coral.jpg",
"gravity": "bottom",
"size": "sm",
"aspectRatio": "4:3",
"aspectMode": "cover"
},
{
"type": "image",
"url": "https://d1dtruvuor2iuy.cloudfront.net/media/catalog/product/0/0/000271519_nintendo_switch_lite_turquoise.jpg",
"margin": "md",
"size": "sm",
"aspectRatio": "4:3",
"aspectMode": "cover"
}
]
},
{
"type": "box",
"layout": "vertical",
"flex": 2,
"contents": [
{
"type": "text",
"text": "Game Console (Coral) ",
"size": "xs",
"flex": 1,
"gravity": "top",
"contents": []
},
{
"type": "separator"
},
{
"type": "text",
"text": " รุ่น Nintendo Switch Lite",
"size": "xxs",
"flex": 2,
"gravity": "center",
"contents": []
},
{
"type": "separator"
},
{
"type": "text",
"text": "Game Console (Turquoise)",
"size": "xs",
"flex": 2,
"gravity": "center",
"contents": []
},
{
"type": "separator"
},
{
"type": "text",
"text": " รุ่น Nintendo Switch Lite",
"size": "xxs",
"flex": 1,
"gravity": "bottom",
"contents": []
}
]
}
]
},
"footer": {
"type": "box",
"layout": "horizontal",
"contents": [
{
"type": "button",
"action": {
"type": "uri",
"label": "More",
"uri": "https://linecorp.com"
},
"color": "#E51515FF",
"margin": "xs",
"style": "primary"
}
]
},
"styles": {
"header": {
"backgroundColor": "#E51515FF"
},
"footer": {
"backgroundColor": "#E51515FF"
}
}
}
@Mulannnnn
Copy link
Author

Uploading image.png…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment