Index

arrow_back "Input" Category

File

The file input allows a user to select a file from their device.

Demo

Code

code scss/elements/form/_input.scss
<div class="input">
	<label for="fileInput">Choose a file...</label>
	<input id="fileInput" type="file">
</div>