Skip to content
#

design-systems

Here are 359 public repositories matching this topic...

ant-design
material-ui
storybook
muster-mark
muster-mark commented Jun 22, 2021

Describe the bug
My default browser is Firefox (if I type open https://storybook.js.org/ in my console then it opens in Firefox. However when I run npm run storybook it opens in another browser I happen to have installed on my computer, called Google Chrome.

To Reproduce
Set Firefox as default Browser. In a Story book project, run npm run storybook

System
Environment Inf

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

ktabors
ktabors commented Jun 11, 2021

🐛 Bug Report

While testing ActionGroup, the with tooltip story I noticed that clicking on a button a leaving the hover seems to keep the timer running because I move the mouse pointer away from hover and back over the button quickly and the tooltip immediately pops up.

🤔 Expected Behavior

After clicking the tooltip doesn't open.
Quickly mousing away and hovering again should star

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