eui
eui copied to clipboard
Elastic UI Framework 🙌
# Summary We need a document that guides us in writing and maintaining our new docusaurus-based docs. # Acceptance Criteria TBD @tkajtoch
# Summary `StoryEmbed` component is a helper component that renders ``d Storybook stories and docs views based on a given `id` or `path`. # Acceptance Criteria * `StoryEmbed` should render...
**Describe the solution you'd like** Our `copyToClipboard()` service use the deprecated [document execCommand API](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) for copying snippets to a user's clipboard. @P1llus suggested the [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API) as an alternative. The...
**Describe the bug** Unable to access clear button on `EuiComboBox` from keyboard navigation.  1. Go to https://eui.elastic.co/#/forms/combo-box 2. Click to focus and...
**Is your feature request related to a problem? Please describe.** In some situations vertical screen space is limited. In those situations it would be nice to be able to adjust...
## Description **Is your feature request related to a problem? Please describe.** Charts, tables, and data visualizations need text summaries to be more accessible. **Describe the solution you'd like** @gvnmagni...
> [!Note] > This meta issue tracks the effort of developing the new EUI documentation site only. Check out the [Elastic Design System - Milestone 2](https://github.com/orgs/elastic/projects/1150/views/8) for more. # Summary...
_Originally posted by @opauloh in https://github.com/elastic/eui/pull/6833#discussion_r1224856519_ > I love that idea of automation. My suggestion: > > We can first start by adding JSDocs manually to all the other tokens...
Hey folks! 👋🏻 There's a new CSS psuedo selector that's now widely adopted which you might like, [:user-invalid](https://developer.mozilla.org/en-US/docs/Web/CSS/:user-invalid), which reminded me of an I raised issue here a while ago...
# Summary We want to provide more guidance on how to test our components and assert the values they display. # Goals * Publish docs on how to test correct...