d5c1f4e10a
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
14 lines
283 B
Plaintext
14 lines
283 B
Plaintext
---
|
|
title: Pastilă „În curând”
|
|
---
|
|
|
|
O insignă mică sau "pastilă" pentru a indica faptul că ceva este pe cale să vină în curând.
|
|
|
|
```jsx
|
|
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
|
|
|
export const MyComponent = () => {
|
|
return <SoonPill />;
|
|
};
|
|
```
|