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