design-systems
Here are 429 public repositories matching this topic...
Duplicates
- I have searched the existing issues
Latest version
- I have tested the latest version
Current behavior 😯
When I augment IconButton with new colors:
declare module "@mui/material/IconButton" {
interface IconButtonPropsColorOverrides {
textPrimary: true;
textSecondary: true;
}
}and then try to use these colors:
<Describe the bug
In Firefox, the zoom feature uses transform styles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that require position: fixed when in the "Docs" view.
Normally a position: fixed element's position would correspond to the viewport but in Firefox it corresponds to the element with the transform style.
The best design tools and plugins for everything
-
Updated
Jul 1, 2022 - JavaScript
A high quality UI Toolkit built on Vue.js 2.0
-
Updated
Jun 21, 2022 - Vue
System design interview for IT companies
-
Updated
Jun 17, 2022
💅🏻
-
Updated
Jul 4, 2022
-
Updated
Jul 6, 2022 - Svelte
-
Updated
Jun 30, 2022 - JavaScript
The CSS design system that powers GitHub
-
Updated
Jul 6, 2022 - SCSS
Functional css for humans
-
Updated
Jun 12, 2022 - CSS
𝙃𝙪𝙜𝙚 collection of Tailwind components, sections and templates
-
Updated
Jun 28, 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
The adaptive interface system for modern web experiences.
-
Updated
Jul 6, 2022 - TypeScript
⬢ Style props for rapid UI development
-
Updated
Jun 4, 2022 - JavaScript
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>Describe the bug
We (the Login.gov team) have implemented the checkbox and radio buttons with optional text to the Login Design System. The Login design system is built on top of USWDS.
When testing a form using a screen reader (specifically in Chrome using JAWS and NVDA), I found that when a user reads or scans the entire page, content within the label is announced twice. For example, in
An open-source UI component library for building high-quality, accessible design systems and web apps. Maintained by @workos.
-
Updated
Jul 4, 2022 - TypeScript
Shopify’s design system to help us work together to build a great experience for all of our merchants.
-
Updated
Jul 6, 2022 - TypeScript
Design with JSX, powered by your own component library.
-
Updated
Apr 26, 2022 - TypeScript
Salesforce Lightning Design System
-
Updated
Jun 23, 2022 - JavaScript
A design system for building modern websites and applications.
-
Updated
Jul 6, 2022 - TypeScript
A high quality UI Toolkit built on Vue.js 2.0
-
Updated
Jun 20, 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
Argon - Design System for Bootstrap 4 by Creative Tim
-
Updated
Apr 22, 2021 - CSS
An open source tool for building UI Design Systems with Vue.js
-
Updated
Apr 10, 2021 - JavaScript
A tool to help you build and document website component libraries and design systems.
-
Updated
Jun 27, 2022 - JavaScript
The Node version of Pattern Lab
-
Updated
Apr 10, 2022 - JavaScript
Sample .NET Core REST API CQRS implementation with raw SQL and DDD using Clean Architecture.
-
Updated
Jun 22, 2022 - 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."

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

What problem does this feature solve?
I want to provide additional properties to a menu for example to make it better testable. This works but TS is reporting an error as the attribute 'data-test' does not exit in type ItemType.