[EuiFlyout] Consideration for a 'double wide' layout #7056
-
Examples can be found in this related #7054 It seems additional conversation would be needed before determining if and how far EUI would go with this pattern.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
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> |
Beta Was this translation helpful? Give feedback.
-
While this is an emerging pattern, we aren't quite ready to a) establish an officially-supported pattern or b) provide direct support via If/when the EUI team decides to proceed, the next steps would entail further design exploration, alignment, and resulting guideline creation. At this point, we are not able to prioritize this work and will live with the provided example/answer for the time being. |
Beta Was this translation helpful? Give feedback.
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