packages/eui/packages/components/eui-input-group/eui-input-group.component.ts
A component that serves as the main container for input group elements. Can only be used as an attribute selector on a div element.
selector | div[euiInputGroup] |
template |
|
styleUrl | ./eui-input-group.scss |
Inputs |
HostBindings |
Accessors |
e2eAttr |
Type : string
|
Default value : 'eui-input-group'
|
attr.type |
Type : string
|
Default value : 'inputGroup'
|
class |
Type : string
|
cssClasses |
getcssClasses()
|
Getter that returns the CSS class for the component. Bound to the host element's class attribute.
Returns :
string
|