An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Patches Logo](.storybook/public/patches_title.svg)](https://github.com/openpatch/patches)

[![Stars](https://img.shields.io/github/stars/openpatch/patches?style=social)](https://github.com/openpatch/patches/) [![Version](https://img.shields.io/npm/v/@openpatch/patches)](https://www.npmjs.com/package/@openpatch/patches) [![Coverage](https://img.shields.io/codecov/c/github/openpatch/patches)](https://codecov.io/gh/openpatch/patches) [![License](https://img.shields.io/github/license/openpatch/patches)](https://github.com/openpatch/patches/blob/main/LICENSE) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](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