Files
twenty/packages/twenty-docs/l/ru/twenty-ui/display/soon-pill.mdx
T
github-actions[bot] 6bc64f78fc i18n - docs translations (#17261)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-21 21:48:49 +01:00

19 lines
466 B
Plaintext

---
title: Плашка «Скоро»
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="Заголовок" />
</Frame>
Небольшой значок или «таблетка» для обозначения того, что скоро будет.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```