https://github.com/openpatch/patches
The OpenPatch Design System
https://github.com/openpatch/patches
design-system emotion react reactjs
Last synced: 13 days ago
JSON representation
The OpenPatch Design System
- Host: GitHub
- URL: https://github.com/openpatch/patches
- Owner: openpatch
- License: mit
- Created: 2020-08-28T20:49:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-14T12:13:29.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T12:46:46.850Z (about 1 month ago)
- Topics: design-system, emotion, react, reactjs
- Language: TypeScript
- Homepage: https://patches.openpatch.org
- Size: 28.2 MB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/openpatch/patches)
[](https://github.com/openpatch/patches/) [](https://www.npmjs.com/package/@openpatch/patches) [](https://codecov.io/gh/openpatch/patches) [](https://github.com/openpatch/patches/blob/main/LICENSE) [](http://commitizen.github.io/cz-cli/)
# Patches
Patches is the Design System (aka. Component Library) for OpenPatch.
## Getting Started
Take a look at the [documentation](https://openpatch.github.io/patches/?path=/docs/introduction-getting-started--page).
If you plan to use [NextJS](https://nextjs.org) for your project you can use the [patches-nextjs-starter](https://github.com/openpatch/patches-nextjs-starter) by running `npx create-next-app -e https://github.com/openpatch/patches-nextjs-starter`.## Changelog
Patches follows semantic versioning. In short, this means we use patch
versions for bug fixes, minor versions for new features, and major versions
for breaking changes. You can read [our changelog on
GitHub](https://github.com/openpatch/patches/releases).## Related Projects
- [**Circuit UI**](https://github.com/sumup-oss/circuit-ui/) the project structure is inspired by this design system
- [**Chakra UI**](https://chakra-ui.com) some components are inspired by this design system