import { KbqIconModule } from '@koobiq/components/icon';Selector: [kbq-icon-item]
| Name | Description |
|---|---|
@Input() big: boolean
|
|
@Input() fade: boolean
|
|
@Input('kbq-icon-item')
iconName: string
|
Name of an icon within a |
| autoColor: boolean | |
| changeDetectorRef: ChangeDetectorRef | |
| color: string | |
| colorClassName: string | current class name of color |
| elementRef: ElementRef |
|
| formField: KbqFormFieldRef | |
| hasError: boolean | |
| name: string | |
| small: boolean |
Selector: [kbq-icon]
| Name | Description |
|---|---|
@Input() autoColor: boolean
|
|
@Input('kbq-icon')
iconName: string
|
Name of an icon within a |
@Input() small: boolean
|
|
| changeDetectorRef: ChangeDetectorRef | |
| color: string | |
| colorClassName: string | current class name of color |
| elementRef: ElementRef |
|
| formField: KbqFormFieldRef | |
| hasError: boolean | |
| name: string |
Selector: [kbq-icon-button]
| Name | Description |
|---|---|
@Input() disabled: boolean
|
Whether the button is disabled. |
@Input('kbq-icon-button')
iconName: string
|
Name of an icon within a |
@Input() small: boolean
|
|
@Input() tabindex: any
|
|
| autoColor: boolean | |
| changeDetectorRef: ChangeDetectorRef | |
| color: string | |
| colorClassName: string | current class name of color |
| elementRef: ElementRef |
|
| focusMonitor: FocusMonitor | |
| formField: KbqFormFieldRef | |
| hasError: boolean | |
| name: string |