Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created June 9, 2020 15:02
Show Gist options
  • Save jsmanifest/f82664d94c545c81151476b2f12c1fd1 to your computer and use it in GitHub Desktop.
Save jsmanifest/f82664d94c545c81151476b2f12c1fd1 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"
}
],
"time": "2:06:16 PM"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment