-
Updated
Sep 15, 2021 - Python
design-system
Here are 1,059 public repositories matching this topic...
-
Updated
Sep 11, 2021 - TypeScript
-
Updated
Sep 16, 2021 - SCSS
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Aug 10, 2021 - CSS
-
Updated
Aug 10, 2021 - CSS
-
Updated
Sep 14, 2021 - Vue
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
Issue summary
As shown in the screenshot below, when the viewport size is 769px, the logo shows up twice.
![Screen Shot 2021-03-29 at 5 01 54 PM](https://user-images.githubusercontent.com/85783/112914351-9f86fd80-90b0-1
I'm currently implementing a news list with an image in each item, and these images have 4:3 ratio in mobile devices and 16:9 ratio in desktop devices. Would it be possible or even make sense for the Aspect and AspectImage components to handle this kind of thing? I imagine an API like this:
<AspectImage {...imageProps} ratio={[4/3, 16/9]} />
Where each item in this array of ratios woul
-
Updated
Aug 10, 2021 - TypeScript
We still require a label
to be supplied in iconOnly
mode which makes it work for screen readers, but we didn't build anything in for mouse users to get hint text. Consumers can currently work around this by manually adding the title
prop to the items
config, but I think we should also just do this automatically since we already have a `label
-
Updated
Sep 4, 2021 - Vue
-
Updated
Sep 13, 2021 - TypeScript
Proofreading from native speakers wanted. Review and comment on this PR
-
Updated
Apr 22, 2021 - CSS
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Aug 10, 2021 - JavaScript
In this Slack discussion we decided that the Breadcrumb
component should be renamed to Breadcrumbs
Action items
- Deprecate
Breadcrumb
- Export
Breadcrumbs
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
Sep 1, 2021 - JavaScript
-
Updated
May 23, 2021
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."
FormField
component is missingreverse
property in the type definitions although it works okay when providedhttps://github.com/grommet/grommet/blob/00e0878202df5d7e0ae93bb2f2836c576f71c1eb/src/js/components/FormField/index.d.ts#L5-L36
Expected Behavior
No error
Actu