Skip to content

[EuiFlyout] Consideration for a 'double wide' layout #7056

Closed Answered by cee-chen
ryankeairns asked this question in Feature Request
Discussion options

You must be logged in to vote

Should EUI provide this as an alternative layout for EuiFlyout?

Do we have a total count of the number of times this is used in Kibana? If it's under 5, I'm not fully sold on baking this in as a first-party prop, but the layout required to set this up is not terribly difficult, and we could provide an example if needed:

https://codesandbox.io/s/awesome-bush-8hs8mh?file=/demo.js

<EuiFlyout>
  <EuiFlexGroup gutterSize="none" css={{ height: '100%' }}>
    <EuiFlexItem>
      "non-flyout" content goes here
    </EuiFlexItem>
    <EuiFlexItem>
      Standard EuiFlyout header, body, and footer go here
    </EuiFlexItem>
  </EuiFlexGroup>
</EuiFlyout>

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@cee-chen
Comment options

@drewdaemon
Comment options

@cee-chen
Comment options

@cee-chen
Comment options

@drewdaemon
Comment options

Answer selected by ryankeairns
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants