@fotihose/icon-input
v1.0.1
Published
A simple component for adding an icon to an input element
Downloads
1
Readme
Icon input
This component is part of the Fotihose network, which is a network of standalone components.
Description
A simple component for adding an icon to an input element
Installation
npm i @fotihose/icon-input -S
Usage
<fih-icon-input [disabled]="false"
iconPath="assets/images/my.svg"
iconPosition="right"
[iconSize]="20"
[processing]="false">
<input />
</fih-icon-input>
Inputs
| Input | Type | Default | Description | |---------------|:-------:|:-------:|:-----------:| | disabled | boolean | false | If the input is disabled or not | iconPath | string | - | The path for the icon to display | iconPosition | string | right | right / left | iconSize | number | 15 | Size of the icon (px) | processing | boolean | false | If the input is "processing". Will disable input and click event
Outputs
| Output | Type | Description | |---------------|:-------:|:-----------:| | clicked | boolean | Event when the icon is clicked
License
MIT
Change log
1.0.1
- Fixing bad build
1.0.0
- First release