How implement FileInput and StatusBar in Vue.js?

I was able to implement and get the Uppy dashboard component to work correctly to upload videos to Vimeo via tus.
However, I would like not to use the dashboard but the FileInput and StatusBar components, but I can’t even get them to render in Vue.js.

Can anyone help me to understand which components to install and how to implement them in a simple way?

The result I would like to obtain is similar to what you see here: Status Bar — Uppy

Thanks.