eui icon indicating copy to clipboard operation
eui copied to clipboard

[EuiFlex] Add missing props to `EuiFlexGroup` and `EuiFlexItem`

Open tkajtoch opened this issue 1 year ago • 0 comments

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, default false) - enable display: inline-flex styling
    • grow and shrink (number, defaults to 0)
    • css - pass down to be processed by Emotion

tkajtoch avatar May 20 '24 11:05 tkajtoch