cd73088be6
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
---
|
|
title: شارة قريبًا
|
|
---
|
|
|
|
شارة صغيرة أو "كبسولة" للإشارة إلى أن شيئًا ما قادم قريبًا.
|
|
|
|
```jsx
|
|
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
|
|
|
export const MyComponent = () => {
|
|
return <SoonPill />;
|
|
};
|
|
```
|