Created
June 9, 2020 14:57
-
-
Save jsmanifest/63f8aa3368ad0e1786e91156f39f8e46 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