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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-05-05 18:54:42 +02:00

14 lines
283 B
Plaintext

---
title: Pastilă „În curând”
---
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 />;
};
```