cd73088be6
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
14 lines
240 B
Plaintext
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 />;
|
|
};
|
|
```
|