design-systems
Here are 421 public repositories matching this topic...
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Summary 💡
Emotion-js added a new feature 'insertionPoint' to createCache in this pull request and marked previous 'prepend' option as deprecated.
But Mui's next.js example uses prepend. [You can find It he
aria-expanded is meant to be used with button, or some other role. It is currently be added to the parent div with no role making the attribute ineffective.
Moving the aria-expanded to the button that does the expanding will provide better accessibility to those using screen readers.
-
Updated
May 28, 2022 - JavaScript
-
Updated
Jun 2, 2022 - Vue
-
Updated
Dec 22, 2021
-
Updated
May 30, 2022
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Jun 17, 2021 - CSS
-
Updated
Jun 4, 2022 - SCSS
-
Updated
May 30, 2022 - Svelte
-
Updated
Jun 2, 2022 - HTML
<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
Jun 4, 2022 - JavaScript
-
Updated
Jun 3, 2022 - TypeScript
I believe the comparison operator used in the IsBroken method is wrong because the rule is checking that meeting attendees limit must be greater than guests limit.
🐛 Bug Report
In my next.js where I'm adding in React Spectrum, I placed the <Provider/> in my /pages/_app.tsx:
<SSRProvider>
<Provider>
{/* ... */}
</Provider>
</SSRProvider>-
Updated
Jun 3, 2022 - SCSS
-
Updated
Jun 4, 2022 - TypeScript
-
Updated
Jun 3, 2022 - TypeScript
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
May 9, 2022 - JavaScript
-
Updated
Jun 2, 2022 - TypeScript
-
Updated
May 31, 2022 - Vue
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
Apr 10, 2021 - JavaScript
-
Updated
Jun 3, 2022 - JavaScript
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Apr 11, 2022 - C#
-
Updated
Apr 8, 2022 - JavaScript
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