3dd858c91e
Created by Github action Pulls the latest documentation translations from Crowdin for all supported languages: - French (fr) - Arabic (ar) - Czech (cs) - German (de) - Spanish (es) - Italian (it) - Japanese (ja) - Korean (ko) - Portuguese (pt) - Romanian (ro) - Russian (ru) - Turkish (tr) - Chinese (zh-CN) --------- Co-authored-by: github-actions <github-actions@twenty.com>
31 lines
905 B
Plaintext
31 lines
905 B
Plaintext
---
|
|
title: Genel Bakış
|
|
description: Twenty CRM için bileşen kütüphanesi
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
## Bileşenler
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/tr/twenty-ui/display" img="/images/user-guide/views/filter.png">
|
|
<CardTitle>Display</CardTitle>
|
|
Display components for showing information visually
|
|
</Card>
|
|
|
|
<Card href="/l/tr/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
|
|
<CardTitle>Feedback</CardTitle>
|
|
Feedback components for user notifications
|
|
</Card>
|
|
|
|
<Card href="/l/tr/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
|
|
<CardTitle>Input</CardTitle>
|
|
Input components for user interaction
|
|
</Card>
|
|
|
|
<Card href="/l/tr/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
|
|
<CardTitle>Navigation</CardTitle>
|
|
Navigation components for user interface
|
|
</Card>
|
|
</CardGroup>
|