Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EuiFlex] Add missing props to EuiFlexGroup and EuiFlexItem #7773

Closed
tkajtoch opened this issue May 20, 2024 · 0 comments
Closed

[EuiFlex] Add missing props to EuiFlexGroup and EuiFlexItem #7773

tkajtoch opened this issue May 20, 2024 · 0 comments

Comments

@tkajtoch
Copy link
Member

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
@github-actions github-actions bot added the Stale label Oct 4, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants