-
Updated
Aug 18, 2020 - Python
design-system
Here are 663 public repositories matching this topic...
-
Updated
Jul 4, 2020 - TypeScript
-
Updated
Aug 18, 2020 - CSS
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Jul 30, 2020 - CSS
-
Updated
Jul 20, 2020 - CSS
-
Updated
Jul 30, 2020 - JavaScript
Feature request summary
Make the clear button on a filter disappear if I need it to!
Rationale
On a filter where one option must always be selected, I don't want to have the 'Clear' button there especially when it is never clickable.
<img width="448" alt="Screen Shot 2020-05-14 at 3 24 42 PM" src="https://user-images.githubusercontent.com/31415327/81977854-a91e8880-95f8-11ea-931
-
Updated
Jul 30, 2020 - TypeScript
Describe the bug
https://webpack.js.org/migrate/5/#cleanup-the-code
Using named exports from JSON modules: this is not supported by the new specification and you will get a warning. Instead of import { version } from './package.json' use import package from './package.json'; const { version } = package;
To Reproduce
Try to use webpack@^5.0.0-beta.22 and theme-ui@0.3.1
When a EuiFieldSearch with clearable={true} contains a long value, the clear button covers covers the content underneath it.
Tested in the current playground https://elastic.github.io/eui/#/forms/form-controls
-
Updated
Jul 3, 2020 - CSS
-
Updated
Jun 18, 2020 - JavaScript
Proofreading from native speakers wanted. Review and comment on this PR
-
Updated
Aug 17, 2020 - TypeScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Aug 18, 2020 - TypeScript
-
Updated
Jul 19, 2020 - Vue
-
Updated
Aug 18, 2020 - CSS
-
Updated
Jul 16, 2020 - JavaScript
Hi, I am using atomize for a toy project. I noticed that the collapse atom is not very snappy in it's animation, I'd like to speed up the animation. How to do this? Thank you!
-
Updated
May 12, 2020 - TypeScript
-
Updated
Aug 17, 2020 - JavaScript
-
Updated
Aug 17, 2020 - CSS
-
Updated
Aug 18, 2020 - JavaScript
Improve this page
Add a description, image, and links to the design-system topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the design-system topic, visit your repo's landing page and select "manage topics."



Expected Behavior
More components in the theme object should support customization by specifying a
familyproperty for those components. I was attempting to customizeListwhile a coworker is trying to customizeAnchor. Using the extend function is a workaround for now.Actual Behavior
Only
HeadingandButtonsupportfamilyon the theme object.URL, screen shot,