6bc64f78fc
Created by Github action --------- Co-authored-by: github-actions <github-actions@twenty.com>
19 lines
409 B
Plaintext
19 lines
409 B
Plaintext
---
|
||
title: Yakında Rozeti
|
||
image: /images/user-guide/kanban-views/kanban.png
|
||
---
|
||
|
||
<Frame>
|
||
<img src="/images/user-guide/kanban-views/kanban.png" alt="Başlık" />
|
||
</Frame>
|
||
|
||
Bir şeyin yakında geleceğini belirtmek için küçük bir rozet veya "hap" biçimli etiket.
|
||
|
||
```jsx
|
||
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
||
|
||
export const MyComponent = () => {
|
||
return <SoonPill />;
|
||
};
|
||
```
|