docs: fix spellcheck errors

This commit is contained in:
Stefan Rotsch
2023-02-22 16:28:50 +01:00
committed by Bastian
parent dbfba107c7
commit 77d0806181
25 changed files with 141 additions and 118 deletions

View File

@@ -1,21 +1,21 @@
---
title: "Design System"
ring: trial
quadrant: "methods-and-patterns"
featured: true
tags: [ux/ui, frontend, coding, architecture, documentation]
title: "Design System"
ring: trial
quadrant: "methods-and-patterns"
tags: [ux/ui, frontend, coding, architecture, documentation]
---
A Design System is a collection of reusable design components,
guidelines and standards that serve as the foundation for creating a consistent user experience across a product or a whole brand.
A Design System is a collection of reusable design components, guidelines and standards that serve as the foundation for
creating a consistent user experience across a product or a whole brand.
It helps to create a unified visual language, improve collaboration among design and development teams,
and streamline the design and development process.
It helps to create a unified visual language, improve collaboration among design and development teams, and streamline
the design and development process.
Design Systems also increase the maintainability of the design of products, making it easier for teams to make updates and add new features over time.
Design Systems also increase the maintainability of the design of products, making it easier for teams to make updates
and add new features over time.
We are in the process to implement a design system in close cooperation with one of our customers.
Tools we use for this are [zeroheight](https://zeroheight.com/) as a documentation hub,
[Style Dictionary](https://amzn.github.io/style-dictionary) for the token generation,
Tools we use for this are [zeroheight](https://zeroheight.com/) as a documentation hub,
[Style Dictionary](https://amzn.github.io/style-dictionary) for the token generation,
[Storybook](https://storybook.js.org/) to document the components and [Figma](https://www.figma.com/) for the Designs.