Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <Input />
  2.  
  3. const Input = styled.input.attrs({
  4. id: "firstname",
  5. name: "firstname",
  6. placeholder: "Your first name..",
  7. type: 'text'
  8. })``
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement