Files
twenty/packages/twenty-docs/l/de/twenty-ui/introduction.mdx
T
github-actions[bot] b7fbe1c49e i18n - docs translations (#17199)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-16 18:36:39 +01:00

31 lines
946 B
Plaintext

---
title: Übersicht
description: Komponentenbibliothek für Twenty CRM
---
import { CardTitle } from "/snippets/card-title.mdx"
## Komponenten
<CardGroup cols={2}>
<Card href="/l/de/twenty-ui/display" img="/images/user-guide/views/filter.png">
<CardTitle>Anzeige</CardTitle>
Anzeigekomponenten für die visuelle Darstellung von Informationen
</Card>
<Card href="/l/de/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
<CardTitle>Feedback</CardTitle>
Feedback-Komponenten für Benachrichtigungen an Benutzer
</Card>
<Card href="/l/de/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
<CardTitle>Input</CardTitle>
Eingabekomponenten für Benutzerinteraktion
</Card>
<Card href="/l/de/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
<CardTitle>Navigation</CardTitle>
Navigationskomponenten für die Benutzeroberfläche
</Card>
</CardGroup>