Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created March 28, 2020 15:47
Show Gist options
  • Save jsmanifest/48d903c24dd93490a9f6fd09d314f7f6 to your computer and use it in GitHub Desktop.
Save jsmanifest/48d903c24dd93490a9f6fd09d314f7f6 to your computer and use it in GitHub Desktop.
{
"type": "div",
"style": {},
"children": [
{
"type": "div",
"style": {
"backgroundColor": "black",
"border": {
"color": "hotpink",
"width": "2px",
"style": "dashed"
},
"fontStyle": "italic",
"padding": "20px 25px",
"textColor": "white"
},
"children": [
{
"type": "button",
"style": {
"backgroundColor": "#fda512",
"border": {
"color": "red"
},
"textColor": "#ffffff"
}
},
{
"type": "label",
"style": {
"height": "0.04",
"width": "0.04"
},
"children": [
{
"type": "label",
"style": {
"border": {
"style": "solid",
"width": "5px"
},
"fontStyle": "italic"
},
"children": [
{
"type": "span",
"style": {
"backgroundColor": "#039392",
"borderRadius": "10px",
"height": "0.03",
"outline": "none",
"width": "0.783"
}
}
]
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment