Skip to content

Instantly share code, notes, and snippets.

@Clarity-89
Created September 15, 2022 14:43
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 Clarity-89/812c6267f83a36cee04189429a15fa9f to your computer and use it in GitHub Desktop.
Save Clarity-89/812c6267f83a36cee04189429a15fa9f to your computer and use it in GitHub Desktop.
<label htmlFor="name">Name</label>
<input
id="name"
onChange={onFieldChange}
placeholder="Enter your name"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment