Skip to content

Commit

Permalink
added note about icon library
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Lopez committed May 17, 2024
1 parent 2ebeb76 commit 0ade072
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/interface/src/styleguide/input/input-field.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,14 @@ export class InputFieldComponent implements AfterContentInit {

/**
* Icon displayed on the left side of the input field.
* Uses `mat-icon` library internally
* If not provided the icon is hidden.
*/
@Input() leadingIcon = '';

/**
* Icon displayed on the right side of the input field.
* Uses `mat-icon` library internally
* If not provided the icon is hidden.
*/
@Input() trailingIcon = '';
Expand Down

0 comments on commit 0ade072

Please sign in to comment.