-
Updated
Dec 13, 2021 - Python
design-system
Here are 1,160 public repositories matching this topic...
-
Updated
Nov 9, 2021 - TypeScript
-
Updated
Dec 14, 2021 - SCSS
-
Updated
Oct 31, 2021 - JavaScript
-
Updated
Dec 13, 2021 - Vue
-
Updated
Dec 13, 2021 - TypeScript
-
Updated
Aug 10, 2021 - CSS
-
Updated
Aug 10, 2021 - CSS
Which Component 出现bug的组件
- description
semi-ui version
- latest
Expected result 期望的结果是什么
- 需要支持 key 作为 label 使用时 可以传入 reactElement
Actual result 实际的结果是什么
- 传入 reactElemet 时,key 仍被用作 reactKey 且被 toString 为 [object Object]
Steps to reproduce 复现步骤
. 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.
 to submit a form. We noticed ElasticUI does not support passing in a ref as a prop. Is there another way to do this?
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 11, 2021 - Vue
-
Updated
Apr 22, 2021 - CSS
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 14, 2021 - TypeScript
-
Updated
Dec 13, 2021 - TypeScript
-
Updated
Apr 10, 2021 - JavaScript
-
Updated
Nov 22, 2021 - TypeScript
(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
Nov 9, 2021 - JavaScript
-
Updated
Dec 11, 2021 - 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."


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