Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 9, 2020 14:57
Show Gist options
  • Save jsmanifest/63f8aa3368ad0e1786e91156f39f8e46 to your computer and use it in GitHub Desktop.
Save jsmanifest/63f8aa3368ad0e1786e91156f39f8e46 to your computer and use it in GitHub Desktop.
{
"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