packages/components/eui-input-group/eui-input-group-addon-item.component.ts
A component that represents an individual item within an input group add-on. Can be used either as an attribute selector on a div or as a custom element.
| selector | div[euiInputGroupAddOnItem], eui-input-group-addon-item |
| template | |
| styleUrl | ./eui-input-group-addon-item.scss |
Inputs |
HostBindings |
Accessors |
| e2eAttr |
Type : string
|
Default value : 'eui-input-group-addon-item'
|
| class |
Type : string
|
| cssClasses |
getcssClasses()
|
|
Getter that returns the CSS class for the component. Bound to the host element's class attribute.
Returns :
string
|