react-password-mask icon indicating copy to clipboard operation
react-password-mask copied to clipboard

How to make look like this

Open talmax1124 opened this issue 3 years ago • 0 comments

I styled my website using react bootstrap. I put the thing like this:

   <Form.Group controlId="password">
      <Form.Label>Password</Form.Label>
      <PasswordMask
        type="password"
        placeholder="Enter password"
        value={password}
        onChange={(e) => setPassword(e.target.value)}
      ></PasswordMask>
    </Form.Group>

How can I make it look like the image below that is from my website https://creativeduoshop.herokuapp.com/login

Screen Shot 2021-03-08 at 2 03 35 PM

talmax1124 avatar Mar 08 '21 19:03 talmax1124