Created
March 28, 2020 15:47
-
-
Save jsmanifest/48d903c24dd93490a9f6fd09d314f7f6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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