<input type="file"> 숨기기(커스텀)

Youje0·2023년 4월 13일
<label className="inputFileCustom" for="inputFile" />
<input type="file" id="inputFile" style="display:none"/>

기존 input에 id를 부여하고 display : none으로 ui를 숨긴 뒤 label tag에 input 태그를 연동시켜서

label 태그를 디자인하면 끝.

profile
ㅠㅠ

0개의 댓글