eui
eui copied to clipboard
Elastic UI Framework 🙌
**EuiButtonEmpty** is a useful component in various UIX situations. It is also used as a subcomponent of a number of other Eui components (e.g., EuiHeaderSectionItem, etc). Currently **EuiButtonEmpty** performs a...
The columns list needs to be virtualized and allow for a top level category. Right now the Security product has 100s of fields, and relizes on a weird passdown solution...
The Unified Search team is developing a Filter builder component ([PR](https://github.com/elastic/kibana/pull/136815)) that will allow you to create a Complex filter capabilities - Support ORs. One of the subtasks is to...
CC @1Copenut Example tabbed page: https://elastic.github.io/eui/#/guidelines/writing/guidelines ## Problem 1: Screen reader page announcements Our normal screen reader live region does not register switching clicking "Guidelines" and "Examples" in the sidebar...
Need to start with an investigation to better understand how the current sizing works (or doesn't), but a popover should limit its sizing to stay within its configured container (`window`...
Debouncing can improve the UX significantly when input events trigger an automatic operation such as an expensive render. This is the case in many places in Kibana. In Lens we...
This is the use case we have for Lens. We generate the Icon list, but the selected Item doesn't show the preview of the icon. Could we somehow enable it,...
The type for the `onChange` prop of `EuiRange` is a bit confusing. The current type is as follows: ``` onChange?: ( event: | React.ChangeEvent | React.MouseEvent, isValid: boolean ) =>...
Hi, it appears that 'MarkdownEditor' fails to open in code sandbox. Steps to reproduce: Go to https://elastic.github.io/eui/#/editors-syntax/markdown-plugins. Choose Chart Plugin's demo on 'codesandbox'. Result: The page contains an error. 
This task was inspired by the following post > It's handling the case but should we open an issue for EUI so they expose `onError` natively? _Originally posted by @flash1293...