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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 07:11:01 +01:00

19 lines
392 B
Plaintext

---
title: Pastille Bientôt
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="En-tête" />
</Frame>
Un petit badge ou "pilule" pour indiquer que quelque chose arrive bientôt.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```