-
Updated
Apr 8, 2021 - Python
design-system
Here are 930 public repositories matching this topic...
-
Updated
Apr 4, 2021 - TypeScript
-
Updated
Apr 15, 2021 - SCSS
-
Updated
Apr 16, 2021 - JavaScript
-
Updated
Apr 17, 2021 - TypeScript
-
Updated
Apr 17, 2021 - CSS
-
Updated
Mar 30, 2021 - 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
-
Updated
Mar 30, 2021 - TypeScript
Is your feature request related to a problem? Please describe.
I spent many hours trying to override what I later found out was the highlight color variable, used in a number of Components in the code. I had no idea that this variable existed. :(
Describe the solution you'd like
Maybe just include the highlight default value in the base theme, so that developers building on that w
Proofreading from native speakers wanted. Review and comment on this PR
-
Updated
Apr 18, 2021 - CSS
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Apr 16, 2021 - TypeScript
-
Updated
Apr 12, 2021 - TypeScript
-
Updated
Mar 30, 2021 - JavaScript
(moved over from https://github.com/github/design-systems/issues/860, thanks @smockle
Problem
Occasionally it’s useful to add an interactive element with the semantics of button (correctly represented in the AT)—but without its visual styles.
Solution
Other teams at GitHub spread the following object in sx props to destyle Buttons:
// Removes most of 'button'’s visual appearanc
-
Updated
Apr 18, 2021 - TypeScript
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
Apr 1, 2021 - JavaScript
-
Updated
Oct 16, 2020
-
Updated
Mar 31, 2021 - Vue
-
Updated
Apr 15, 2021 - SCSS
-
Updated
Apr 6, 2021 - TypeScript
-
Updated
Sep 7, 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
Should be able to disable the DateInput while using typescript
Actual Behavior
If using typescript you will get an error that disabled doesn't exist on DateInput
URL, screen shot, or Codepen exhibiting the issue
Here is a link with someone stating the solution grommet/grommet#4438
Steps to Reproduce
Use the DateInput a