# uui-input-file

[![npm](https://img.shields.io/npm/v/@umbraco-ui/uui-input-file?logoColor=%231B264F)](https://www.npmjs.com/package/@umbraco-ui/uui-input-file)

Umbraco style input-file component.

### See it in action

Preview the component on [Storybook](https://uui.umbraco.com/?path=/docs/uui-input-file--docs)

## Installation

### ES imports

```zsh
npm i @umbraco-ui/uui-input-file
```

Import the registration of `<uui-input-file>` via:

```javascript
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:

```javascript
import { UUIInputFileElement } from '@umbraco-ui/uui-input-file';
```

## Usage

```html
<uui-input-file></uui-input-file>
```
