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

## Summary relates to #7822 This PR updates `EuiGlobalStyles` to support conditionally enabling/disabling global base styles instead of completely disabling all added styles via `` This would allow for a...

The new filtering UX on table cell hovers above the row. If the user scrolls then this badge can be hidden behind the table header and rendered unclickable. ![image](https://github.com/elastic/eui/assets/1280964/fcdeff3d-80ff-4006-b44d-197924405004) Also,...

bug
design decision
data grid

# Summary Within the Avatar component, for the purposes of rendering initials, the text colour is selected based either the selected or generated background colour: https://github.com/elastic/eui/blob/8e3592322e4a36f83edcdfc29af9e66dddd91cde/packages/eui/src/components/avatar/avatar.tsx#L164-L168 Currently, the logic simplistically...

accessibility
help wanted

# Summary Implement basic design changes to match the **site header** from the [design file](https://www.figma.com/file/g5Vk0k2DgeQPCPBoWmun2U/EUI%2B-docs?type=design&node-id=0-1&mode=design&t=tPY9scfTdppfpKYA-0). ![Image](https://github.com/elastic/eui/assets/1282498/7f108b23-edc9-4006-baa4-85cf43dd22b0) >⚠ _*Please note that this design file is not considered final, and there may...

task
New EUI site

# Summary The new documentation website comes with a fresh and improved typography. We need to implement the UI changes it requires. ![Image](https://github.com/elastic/eui/assets/1282498/1ccc8c2e-f767-4809-a873-9ee5ebeb8c84) # Acceptance Criteria - The content typography...

## Description While working on this [bugfix](https://github.com/elastic/eui/issues/7780) on `EuiDataGrid` we noticed that the `gridStyles` prop does not trigger a recalculation of cell heights. While it's generally not expected to impact...

data grid
tech debt

At least with single selection turned on, the clearable button only exists when you have an item selected. But to easily clear something that was typed, it would be good...

bug
feature request

## Summary Resolves https://github.com/elastic/eui/issues/7617. This PR adds a new buildkite step to run Loki in CI for open pull requests. ## QA QA needs to be done manually after merging...

skip-changelog
stale-pr
infrastructure

**Is your feature request related to a problem? Please describe.** I'm trying to render EuiFlyouts inside the child window opened via `window.open`. Most of the things work except for Flyouts/Modals...

feature request

## Summary Closes #7778 The main idea in this PR is to enable multi-windowed React development with EUI, for example in Electron. The change is purely bug-fixing and does not...

community contribution