eui
eui copied to clipboard
[EuiFlex] Add missing props to `EuiFlexGroup` and `EuiFlexItem`
Summary
EuiFlex components are missing props for some of the regularly used flex features, like inline flex styling, flex grow and shrink, and support for the css prop.
Acceptance criteria
- EuiFlex components should support the following props
inline(boolean, defaultfalse) - enabledisplay: inline-flexstylinggrowandshrink(number, defaults to0)css- pass down to be processed by Emotion