Skip to content

Latest commit

 

History

History

uui-input

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

uui-input

npm

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-input

Import the registration of <uui-input> via:

import '@umbraco-ui/uui-input';

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

Usage

<uui-input
  label="Username"
  type="text"
  placeholder="Enter your username..."></uui-input>
<uui-input
  label="Password"
  type="password"
  placeholder="Enter your password..."></uui-input>