Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to give icon in input type file react

<div style={{ margin: "0 10px" }}>
  <label htmlFor="file-input">
    <img
      src="/assets/vectors/file-icon.svg"
      alt="file"
      className="button"
     />
  </label>
  <input id="file-input" type="file" />
</div>
 
PREVIOUS NEXT
Tagged: #give #icon #input #type #file #react
ADD COMMENT
Topic
Name
2+9 =