Skip to content

Instantly share code, notes, and snippets.

@jucian0
Created June 9, 2020 14:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jucian0/51304f5b8a0f8ba9669c69a0fae3e7f6 to your computer and use it in GitHub Desktop.
Save jucian0/51304f5b8a0f8ba9669c69a0fae3e7f6 to your computer and use it in GitHub Desktop.
<input {...input({name:"input-name", type:"text", required:true ....})}>
/*or*/
<input {...input("input-name", "text")}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment