BosNaufal / react-file-base64

React Component for Converting File to base64
MIT License
158 stars 50 forks source link

ClassName and Style Props #26

Open Codemaine opened 3 years ago

Codemaine commented 3 years ago

Please add Classname and Style Props to make the uploader more customizable

salimdriai commented 3 years ago

i'm facing the same problem, i've just succeed to access the input, but i can't access the button .

haitkadir commented 3 years ago

Please add that prop

Diego-Mike commented 3 years ago

How did you get access to the input ????

christianparanas commented 3 years ago

just select the input tag

dRect911 commented 1 year ago

i found out via devtools the button id was "input-file-button" but i still couldnt apply any style to it cause considers all the text and button component

image