import { KbqIconModule } from '@koobiq/components/icon';

Selector: [kbq-icon-item]

Properties
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
Methods
getHostElement
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
updateMaxHeight

Selector: [kbq-icon]

Properties
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
Methods
getHostElement
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
updateMaxHeight

Selector: [kbq-icon-button]

Properties
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
Methods
getHostElement
setDefaultColor
this color will be used as a default value. For example [color]="'' | false | undefined | null".
updateMaxHeight
Docs Feedback
If you have any questions or would like to contribute to writing the documentation, please create an issue in our GitHub repository.