Skip to content

Instantly share code, notes, and snippets.

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