b7fbe1c49e
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
19 lines
386 B
Plaintext
19 lines
386 B
Plaintext
---
|
|
title: Soon Pill
|
|
image: /images/user-guide/kanban-views/kanban.png
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/kanban-views/kanban.png" alt="Intestazione" />
|
|
</Frame>
|
|
|
|
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 />;
|
|
};
|
|
```
|