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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-04-21 10:57:27 +02:00

14 lines
240 B
Plaintext

---
title: Soon Pill
---
Un piccolo badge o "pill" per indicare che qualcosa è in arrivo a breve.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```