-
Updated
Nov 29, 2020 - Python
design-system
Here are 813 public repositories matching this topic...
-
Updated
Nov 19, 2020 - TypeScript
-
Updated
Dec 4, 2020 - SCSS
-
Updated
Dec 1, 2020 - JavaScript
-
Updated
Dec 5, 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
Is your feature request related to a problem? Please describe.
I love Theme UI and the concept of presets. It contains some awesome presets but it doesn't have a preset for Evergreen UI.
Describe the solution you'd like
I would like to request a preset that comes as close as possible to Evergreen UI. There are some g
Currently if we pass [](Empty array) into suggestions property we anyway render euiPanel:
It causes some issues:
- wrong animation effects


Expected Behavior
Theme should allow user to theme Layer in a way that gives them access to the border-radius. Proposing this be done either via
theme.layer.container.roundortheme.layer.container.extend. Neither theme object exists at the moment, so one should be added.