1.1.0 • Published 6 years ago

input-file v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Input-file.js

A tiny (1kb minified) javascript plugin that automatically stylizes the native input field.

Live demo

Installation

npm i input-file

Usage

<html lang="en">
<head>
	<link rel="stylesheet" href="../input-file.css">
</head>

<body>

	<input type="file" name="files" multiple>

	<script src="../input-file.min.js"></script>
	<script>
		new InputFile({
			// options
		});
	</script>
</body>
</html>

Options

PropertyDefaultDescription
buttonText'Choose files'Label for the button
hint'or drag and drop files here'Help text
message'files chosen'Message shown after selecting files