-
Updated
Nov 8, 2021 - Python
design-system
Here are 1,117 public repositories matching this topic...
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Nov 9, 2021 - SCSS
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Nov 8, 2021 - TypeScript
-
Updated
Aug 10, 2021 - CSS
-
Updated
Nov 7, 2021 - Vue
-
Updated
Aug 10, 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
Which Component Need Enhancement 期望新增功能的组件
- Tag
What does the proposed API look like 期望支持的API
有时哦我们想要一个圆形边框的 tag,但这个 tag 可能没有 avatar,用现在的 api 实现不了。就现在的 api 还不够正交。也许可以
// 现在的 api
<Tag avatarSrc={src} avatarShape='circle'>焦锐志</Tag>
// 想要的 api
<Tag shape='circle'>焦锐志</Tag>Feature Description 功能描述
Additional information 补充说明
Issue summary
As shown in the screenshot below, when the viewport size is 769px, the logo shows up twice.
—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
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!
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."





The ability to view Storybook stories with different themes was added in grommet/grommet#5674.
We need to make adjustments to the stories component by component to take advantage of the theming ability. The Button stories are currently using this enhancement and can be viewed on storybook. While