7b17cac772
Created by Github action <!-- This is an auto-generated description by cubic. --> <a href="https://cubic.dev/pr/twentyhq/twenty/pull/22273?utm_source=github" target="_blank" rel="noopener noreferrer" data-no-image-dialog="true"><picture><source media="(prefers-color-scheme: dark)" srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img alt="Review in cubic" src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a> <!-- End of auto-generated description by cubic. --> Co-authored-by: github-actions <github-actions@twenty.com>
32 lines
952 B
Plaintext
32 lines
952 B
Plaintext
---
|
|
title: Přehled
|
|
icon: palette
|
|
description: Knihovna komponent pro Twenty CRM
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
## Komponenty
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/cs/twenty-ui/display" img="/images/user-guide/views/filter.png">
|
|
<CardTitle>Display</CardTitle>
|
|
Zobrazovací komponenty pro vizuální prezentaci informací
|
|
</Card>
|
|
|
|
<Card href="/l/cs/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
|
|
<CardTitle>Feedback</CardTitle>
|
|
Komponenty pro zpětnou vazbu pro uživatelská oznámení
|
|
</Card>
|
|
|
|
<Card href="/l/cs/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
|
|
<CardTitle>Input</CardTitle>
|
|
Vstupní komponenty pro interakci s uživatelem
|
|
</Card>
|
|
|
|
<Card href="/l/cs/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
|
|
<CardTitle>Navigation</CardTitle>
|
|
Navigační komponenty pro uživatelské rozhraní
|
|
</Card>
|
|
</CardGroup>
|