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
1.2 KiB
Plaintext
32 lines
1.2 KiB
Plaintext
---
|
|
title: Обзор
|
|
icon: palette
|
|
description: Библиотека компонентов для Twenty CRM
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
## Компоненты
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/ru/twenty-ui/display" img="/images/user-guide/views/filter.png">
|
|
<CardTitle>Отображение</CardTitle>
|
|
Компоненты отображения для визуального показа информации
|
|
</Card>
|
|
|
|
<Card href="/l/ru/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
|
|
<CardTitle>Обратная связь</CardTitle>
|
|
Компоненты обратной связи для уведомлений пользователей
|
|
</Card>
|
|
|
|
<Card href="/l/ru/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
|
|
<CardTitle>Ввод</CardTitle>
|
|
Компоненты ввода для взаимодействия с пользователем
|
|
</Card>
|
|
|
|
<Card href="/l/ru/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
|
|
<CardTitle>Навигация</CardTitle>
|
|
Компоненты навигации для пользовательского интерфейса
|
|
</Card>
|
|
</CardGroup>
|