Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 760 Bytes

uui-input-file

npm

Umbraco style input-file component.

See it in action

Preview the component on Storybook

Installation

ES imports

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';

Usage

<uui-input-file></uui-input-file>