unicorn-components
Version:
<a target="_blank" href="https://getunicorn.io"><img src="https://bitbucket-assetroot.s3.amazonaws.com/c/photos/2017/Jul/07/2615006260-5-nitsnetsstudios-ondemand-UNI_avatar.png" align="left"></a>
30 lines • 758 B
HTML
<uni-input
(uniKeypress)="uniKeypress.emit($event)"
(modelChange)="modelChange.emit($event)"
(uniFocus)="uniFocus.emit($event)"
(uniBlur)="uniBlur.emit($event)"
[]="placeholder"
[]="prefixIcon"
[]="suffixIcon"
[]="autofocus"
[]="iconRight"
[]="required"
[]="debounce"
[]="maxValue"
[]="minValue"
[]="readonly"
[]="floating"
[]="counter"
[]="true"
[]="prefix"
[]="suffix"
[]="error"
[]="clear"
[]="label"
[]="model"
[]="value"
[]="type"
[]="icon"
[]="hint"
[]="name"
></uni-input>