Skip to content

Instantly share code, notes, and snippets.

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