Skip to content

Instantly share code, notes, and snippets.

@femakin
Created November 1, 2022 21:46
Show Gist options
  • Save femakin/d991f8ea100619b3570b970d59e07ba3 to your computer and use it in GitHub Desktop.
Save femakin/d991f8ea100619b3570b970d59e07ba3 to your computer and use it in GitHub Desktop.
//...
return (
<div className={SteptwoStyle.product_link_info}>
<label
className={SteptwoStyle.getstartedlabel}
htmlFor=""
>
Skill
</label>
<input
className={SteptwoStyle.getstarted_input}
type="text"
placeholder="e.g. Microsoft Word"
{...register('skill')}
/>
</div>
)
//..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment