Files
twenty/packages/twenty-docs/l/ro/twenty-ui/display/soon-pill.mdx
T
github-actions[bot] 5a33b36b85 i18n - docs translations (#17059)
Created by Github action

---------

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-10 10:41:34 +01:00

19 lines
422 B
Plaintext

---
title: Pastilă „În curând”
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="Antet" />
</Frame>
O insignă mică sau "pastilă" pentru a indica faptul că ceva este pe cale să vină în curând.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```