Bootstrap component for file input. Includes label and has predefined sizes and structure for using in foris forms. All additional `props` are passed to the `` HTML component. ```js import {useState} from 'react'; const [files, setFiles] = useState([]); setFiles(event.target.files)} /> ```