design-systems
Here are 313 public repositories matching this topic...
The documentation for FormControl explicitly states: Only one input can be used within a FormControl.
The demo of checkboxes on the Checkbox documentation page shows a FormControl containing three Checkbox components.
So, which one is correct?
Describe the bug
Creating angular project with no initial app throws sb init error
• Detecting project type. ✓
• Adding Storybook support to your "Angular" app
TypeError: Cannot read property 'architect' of undefined
To Reproduce
Steps to reproduce the behavior:
- ng new ng-ui --create-application=false
- cd ng-ui
- ng g lib button -p ui
- npx -p @storybook/cli sb
-
Updated
Sep 9, 2020 - Vue
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 10, 2020
-
Updated
Sep 8, 2020
-
Updated
Jul 25, 2020 - CSS
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - CSS
-
Updated
Sep 10, 2020 - JavaScript
Description
The combo box list doesn't have a high enough z-index to overlap other positioned element such as the buttons for another combo box it could be placed above.
The z-index should be increased to make sure it covers non dialog items.
<img width="459" alt="Screenshot 2020-08-03 09 58 02" src="https://user-images.githubusercontent.com/1385752/89196565-01b64f80-d570-11ea-81e8-1
<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
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Aug 16, 2020 - TypeScript
-
Updated
Sep 5, 2020 - C#
🙋 Feature Request
ButtonGroup currently adds an event listener for window resize events (https://github.com/adobe/react-spectrum/blob/main/packages/@react-spectrum/buttongroup/src/ButtonGroup.tsx#L69-L79). Now that we have a useResizeObserver hook, we should use it in place of the useEffect linked above.
🤔 Expected Behavior
The ButtonGroup's current behavior should be maintained afte
-
Updated
Jun 12, 2020 - JavaScript
-
Updated
Jul 3, 2020 - CSS
-
Updated
Jun 18, 2020 - JavaScript
-
Updated
Sep 7, 2020 - Vue
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Nov 6, 2019 - JavaScript
-
Updated
Sep 3, 2020 - JavaScript
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
-
Updated
Aug 7, 2020 - JavaScript
-
Updated
May 20, 2019 - JavaScript
-
Updated
Aug 19, 2020 - C#
Improve this page
Add a description, image, and links to the design-systems topic page so that developers can more easily learn about it.
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."
Reproduction link
Steps to reproduce
Project Too Large to isolate
What is exp