Created
June 9, 2020 15:02
-
-
Save jsmanifest/f82664d94c545c81151476b2f12c1fd1 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": { | |
"height": 300, | |
"fontSize": 14, | |
"fontWeight": "bold", | |
"textAlign": "center" | |
}, | |
"children": [ | |
{ | |
"type": "input", | |
"inputType": "email", | |
"placeholder": "Enter your email", | |
"style": { | |
"border": "1px solid magenta" | |
}, | |
"textTransform": "uppercase" | |
} | |
], | |
"time": "2:06:16 PM" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment