9bc5486d0d
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
31 lines
916 B
Plaintext
31 lines
916 B
Plaintext
---
|
|
title: סקירה כללית
|
|
description: ספריית רכיבים ל-Twenty CRM
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
## רכיבים
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/he/twenty-ui/display" img="/images/user-guide/views/filter.png">
|
|
<CardTitle>הצגה</CardTitle>
|
|
Display components for showing information visually
|
|
</Card>
|
|
|
|
<Card href="/l/he/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
|
|
<CardTitle>משוב</CardTitle>
|
|
Feedback components for user notifications
|
|
</Card>
|
|
|
|
<Card href="/l/he/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
|
|
<CardTitle>קלט</CardTitle>
|
|
Input components for user interaction
|
|
</Card>
|
|
|
|
<Card href="/l/he/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
|
|
<CardTitle>ניווט</CardTitle>
|
|
Navigation components for user interface
|
|
</Card>
|
|
</CardGroup>
|