The Wayback Machine - https://web.archive.org/web/20210611075710/https://github.com/topics/design-systems
Skip to content
#

design-systems

Here are 356 public repositories matching this topic...

ant-design
material-ui
storybook
z-svoboda-mob
z-svoboda-mob commented May 25, 2021

Resetting with the zoom tool in the mobile viewport simulation does not appropriately reset the body size.
As you can see here, this causes overflow after zooming and resetting that does not occur before using the zoom tool.

https://user-images.githubusercontent.com/77058599/119552907-09e2b400-bd69-11eb-9d9e-2f8d5a0d1443.mov

To Reproduce
This works in the default angular storybook repr

baseweb
cobaltwhite
cobaltwhite commented Aug 20, 2020

<Select /> and <DatePicker /> don't offer the option of accessing name, id and other props once the onChange handler triggers. An event object with this information is accessible in the onChange handler for <Input />.

Feature description

Provide access to these variables for Select and DatePicker. It is needed when the component is being passed handler functions from an

chungwu
chungwu commented May 7, 2021

🐛 Bug Report

useMenuTrigger() does take in an isDisabled prop, but it's only used in the returned onKeyDown() handler. The onPress() handler seems to ignore it entirely:

      onPress(e) {
        if (e.pointerType === 'touch') {
          state.toggle();
        }
      },

Should this be ignoring the press when disabled?

🤔 Expected Behavior

When isDisab

awesome-software-architecture
style-dictionary
custa1200
custa1200 commented Oct 7, 2019

One of the consumers of our system uses curly braces for content replacement in strings.

Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.

I have tried a number of ways to escape the braces with no luck

Other languages and templating systems seem to use the concept of using double curly b

Improve this page

Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the design-systems topic, visit your repo's landing page and select "manage topics."

Learn more