Umbraco style input-file component.
Preview the component on Storybook
npm i @umbraco-ui/uui-input-file
Import the registration of <uui-input-file>
via:
import '@umbraco-ui/uui-input-file';
When looking to leverage the UUIInputFileElement
base class as a type and/or for extension purposes, do so via:
import { UUIInputFileElement } from '@umbraco-ui/uui-input-file';
<uui-input-file></uui-input-file>