eui icon indicating copy to clipboard operation
eui copied to clipboard

Elastic UI Framework 🙌

Results 507 eui issues
Sort by recently updated
recently updated
newest added
trafficstars

> **Note** > I didn't actually start anything new this week, I had done this conversion before going on vacation, I just forgot about it and didn't want to waste...

### Summary Provide a detailed summary of your PR. Explain how you arrived at your solution. If it includes changes to UI elements include a screenshot or gif. ### Checklist...

The logic in [_scroll_to_hash.tsx_](https://github.com/elastic/eui/blob/main/src-docs/src/components/scroll_to_hash.tsx#L17-L43) still fires correctly to focus the section & scroll to it, but the added [EuiScreenReaderLive+EuiSkipLink combination](https://github.com/elastic/eui/blob/main/src-docs/src/views/app_view.js#L73-L83) fights back, taking focus again & I believe that is...

bug
documentation
accessibility

# Summary There have been several instances when using `EuiDescriptionList` where the default 16px spacing feels too generous. I've run into this when working on flyouts, expanded table rows, or...

prop request

Enhancement request: Allow expanding rows in EuiDataGrid as in EuiTable: https://elastic.github.io/eui/#/tabular-content/tables#expanding-rows

feature request
data grid
answered

[Wiki Doc for How to Write Styles with Emotion](https://github.com/elastic/eui/blob/main/wiki/writing-styles-with-emotion.md) Completed - [x] [Accordion](https://elastic.github.io/eui/#/layout/accordion) (#5826) @1Copenut - [x] [Bottom bar](https://elastic.github.io/eui/#/layout/bottom-bar) @breehall #5823 - [x] [Flex](https://elastic.github.io/eui/#/layout/flex) @constancecchen #6270 - [x] [Flyout](https://elastic.github.io/eui/#/layout/flyout) @breehall...

meta
emotion
task

### Summary This PR converts `EuiFlyout` to Emotion. There are no functional or UI changes within this conversion. Created `EuiFlyout` context as a way to pass the value of the...

EuiListGroup components can be used in various contexts. One common usage is in the context of a Menu where the EuiListGroup's listItems property contains a list of menu items (EuiListGroupItem...

feature request
assign:anyone
good first issue
help wanted

I get this warning in console, after upgrading to any version above `v58.0.0` ``` The pseudo class ":first-child" is potentially unsafe when doing server-side rendering. Try changing it to ":first-of-type...

On APM we needed to add a new badge beside the label on the observability nav. More details here: https://github.com/elastic/kibana/issues/107718 Currently, there's no way to automatically add such a badge...

assign:anyone
prop request
stale-issue