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
979 B
Plaintext
32 lines
979 B
Plaintext
---
|
|
title: Visão Geral
|
|
icon: palette
|
|
description: Biblioteca de componentes para Twenty CRM
|
|
---
|
|
|
|
import { CardTitle } from "/snippets/card-title.mdx"
|
|
|
|
## Componentes
|
|
|
|
<CardGroup cols={2}>
|
|
<Card href="/l/pt/twenty-ui/display" img="/images/user-guide/views/filter.png">
|
|
<CardTitle>Exibição</CardTitle>
|
|
Componentes de exibição para mostrar informações visualmente
|
|
</Card>
|
|
|
|
<Card href="/l/pt/twenty-ui/progress-bar" img="/images/user-guide/fields/field.png">
|
|
<CardTitle>Feedback</CardTitle>
|
|
Componentes de feedback para notificações do usuário
|
|
</Card>
|
|
|
|
<Card href="/l/pt/twenty-ui/input" img="/images/user-guide/tips/light-bulb.png">
|
|
<CardTitle>Entrada</CardTitle>
|
|
Componentes de entrada para interação do usuário
|
|
</Card>
|
|
|
|
<Card href="/l/pt/twenty-ui/navigation" img="/images/user-guide/tasks/tasks_header.png">
|
|
<CardTitle>Navegação</CardTitle>
|
|
Componentes de navegação para interface do usuário
|
|
</Card>
|
|
</CardGroup>
|