-
Updated
Nov 29, 2020 - Python
design-system
Here are 814 public repositories matching this topic...
-
Updated
Nov 19, 2020 - TypeScript
-
Updated
Dec 7, 2020 - SCSS
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Dec 8, 2020 - TypeScript
-
Updated
Sep 6, 2020 - CSS
-
Updated
Dec 4, 2020 - CSS
The DatePicker component is already created and it's functional, but it was written some time ago and it can be refactored (migrating from class-based to hooks). In order to achieve a good result, we also need a good test coverage.
Running storyb
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
Nov 24, 2020 - TypeScript
In order to make the Tailwind preset more approachable for people that already know Tailwind, we should:
- Font sizes should have the same aliases (e.g.
lg=2) - Colors should be aliased to the same aliases * 100, e.g.
purple.5===purple.500 - Breaking change for a major version: Make the padding scale match Tailwind's
Currently if we pass [](Empty array) into suggestions property we anyway render euiPanel:
It causes some issues:
- wrong animation effects


Expected Behavior
Components render without warnings.
Actual Behavior
The following seen in the browser console:
URL, screen shot, or Codepen exhibiting the issue
![image](https://user-images.githubusercontent.com/12632548/101269858-16366e80-3741-11eb