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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-06-18 15:21:04 +02:00

14 lines
250 B
Plaintext

---
title: Pastille Bientôt
---
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 />;
};
```