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 There are two parts to this PR: Refactoring (https://github.com/elastic/eui/commit/7617a16d000a86e48ec897a6d9dba0492275c1d5) - Added a single unit test to aid refactoring. - Added an override for kibana root, which we'll need...

>[!IMPORTANT] This is a testing PR for Visual Refresh PoC changes only.

skip-changelog

Tables on most of these Content pages look bad. We need to clean this up: https://eui.elastic.co/docs/content/style/

documentation

## Description The purpose of this task is to add a `tooltipProps` prop to the `EuiCopy` component instead of passing tooltip props flat to the component type. This helps to...

breaking change
low hanging fruit

Borealis introduced substantial changes to our color system in EUI. As part of the initiative, we updated the lists of colors in our docs to reflect the new system. However,...

design decision
good first issue

**Describe the bug** The swatches are not working on https://eui.elastic.co/docs/getting-started/theming/tokens/borders/. They all look identical. None of the border radiuses, etc. are applied. **Impact and severity** It'll likely cause confusion for...

documentation

The purpose of this task is to handle more edge-case JSDoc annotations. We currently handle internal references with `@link` (see [PR](https://github.com/elastic/eui/pull/8543)) but there are cases like external links and `@see`...

documentation

**Describe the bug** When there are at least 2 primary actions and [expanding rows](https://eui.elastic.co/docs/components/tabular-content/tables/basic/#expanding-rows) on a `EuiBasicTable`, the icon buttons for these can overlap in the responsive/mobile breakpoints. **Impact and...

**Describe the bug** When `EuiSelectable` is rendered in a jsdom environment, for some reason it ends up rendered as: ```html ``` with no options. Applying `listProps={{ isVirtualized: false }}` works:...

⚠️ needs validation

**Describe the bug** The new documentation site renders code blocks in list items with no margin between the list item text content and the code block. This leads to the...

documentation