Skip to content

Fix typo in package.json and improve list context #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"keywords": [],
"author": "Brent Jackson <[email protected]>",
"license": "MIT",
"devDepencencies": {
"devDependencies": {
"capture-website-cli": "^0.3.1"
},
"dependencies": {
Expand Down
22 changes: 11 additions & 11 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@ If you'd like to get involved, head over to the [GitHub][] project and feel free

The following design systems and libraries currently adhere to the specification. If you'd like to add your project to this list, please [open a PR](https://github.com/system-ui/system-ui.com).

- [GitHub's Primer Components](https://primer.style/components)
- [Artsy's Palette](https://palette.artsy.net/)
- [Sprout Social's Seeds](https://sproutsocial.com/seeds/)
- [Modulz Radix](https://radix.modulz.app/docs/getting-started/)
- [Priceline Design System](https://pricelinelabs.github.io/design-system/)
- [Styled System](https://styled-system.com)
- [Theme UI](https://theme-ui.com)
- [Chakra UI](https://chakra-ui.com/)
- [Rebass](https://rebassjs.org)
- [Styled System HTML](https://johnpolacek.github.io/styled-system-html/)
- [xstyled](https://github.com/smooth-code/xstyled)
- **[GitHub's Primer Components](https://primer.style/components)**: A design system for building GitHub's web applications.
- **[Artsy's Palette](https://palette.artsy.net/)**: Artsy's design system and component library.
- **[Sprout Social's Seeds](https://sproutsocial.com/seeds/)**: Sprout Social's component library and design system.
- **[Modulz Radix](https://radix.modulz.app/docs/getting-started/)**: A design system for building Modulz web applications.
- **[Priceline Design System](https://pricelinelabs.github.io/design-system/)**: Priceline's design system for their web applications.
- **[Styled System](https://styled-system.com)**: A library for building style-based components.
- **[Theme UI](https://theme-ui.com)**: A library for building themable components.
- **[Chakra UI](https://chakra-ui.com/)**: A simple, modular and accessible component library.
- **[Rebass](https://rebassjs.org)**: A component library built with styled-system.
- **[Styled System HTML](https://johnpolacek.github.io/styled-system-html/)**: A library for styling HTML elements with styled-system.
- **[xstyled](https://github.com/smooth-code/xstyled)**: A utility-first CSS-in-JS framework.

</Container>

Expand Down