Advertisement
Guest User

Untitled

a guest
Apr 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. const username = useInput("");
  2. const password = useInput("");
  3.  
  4. <form>
  5. <Input placeholder={"유저명"} {...username} />
  6. <Input placeholder={"암호"} {...password} />
  7. <Btn text={"로그인"} />
  8. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement