Auto sizer
EuiAutoSizer helps components that use virtualized rendering and/or require explicit dimensions to fill all available space in the parent container. See the react-virtualized AutoSizer documentation as EuiAutoSizer is a passthrough component for AutoSizer.
Loading...
Props
EuiAutoSizer
Extends HTMLAttributes
| Prop | Description and type | Default value | 
|---|---|---|
| Prop doNotBailOutOnEmptyChildren# | Description and type Type:  boolean | Default value | 
| Prop nonce# | Description and type Type:  string | Default value | 
| Prop tagName# | Description and type Type:  string | Default value | 
| Prop className# | Description and type Type:  string | Default value | 
| Prop aria-label# | Description and type Defines a string value that labels the current element. string | Default value | 
| Prop defaultHeight# | Description and type Type:  number | Default value | 
| Prop disableHeight# | Description and type Type:  boolean | Default value | 
| Prop disableWidth# | Description and type Type:  boolean | Default value | 
| Prop onResize# | Description and type Type:  ((size: VerticalSize) => void) | ((size: HorizontalSize) => void) | ((size: Size) => void) | Default value | 
| Prop defaultWidth# | Description and type Type:  number | Default value |