Skip to content

Instantly share code, notes, and snippets.

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