@umbraco-ui/uui-symbol-file
v1.17.2
Published
Umbraco symbol-file custom element, displays a file
Downloads
13,931
Readme
uui-symbol-file
See it in action
Preview the component on Storybook
Usage
npm i @umbraco-ui/uui-symbol-fileImport the registration of <uui-symbol-file> via:
import '@umbraco-ui/uui-symbol-file';When looking to leverage the UUIInputElement base class as a type and/or for extension purposes, do so via:
import { UUIInputElement } from '@umbraco-ui/uui-symbol-file';Example
<uui-symbol-file
label="Username"
type="text"
placeholder="Enter your username..."></uui-symbol-file>
<uui-symbol-file
label="Password"
type="password"
placeholder="Enter your password..."></uui-symbol-file>