cd73088be6
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
32 lines
951 B
Plaintext
32 lines
951 B
Plaintext
---
|
|
title: Přehled
|
|
icon: paleta
|
|
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>
|