Created
June 9, 2020 14:58
-
-
Save jsmanifest/cc2efebc1a20670ed3528b2cfc5303d1 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" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment