Skip to content

Instantly share code, notes, and snippets.

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