3dd858c91e
Created by Github action Pulls the latest documentation translations from Crowdin for all supported languages: - French (fr) - Arabic (ar) - Czech (cs) - German (de) - Spanish (es) - Italian (it) - Japanese (ja) - Korean (ko) - Portuguese (pt) - Romanian (ro) - Russian (ru) - Turkish (tr) - Chinese (zh-CN) --------- Co-authored-by: github-actions <github-actions@twenty.com>
19 lines
383 B
Plaintext
19 lines
383 B
Plaintext
---
|
|
title: Soon Pill
|
|
image: /images/user-guide/kanban-views/kanban.png
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/kanban-views/kanban.png" alt="Kopfzeile" />
|
|
</Frame>
|
|
|
|
Ein kleines Abzeichen oder "Pille", um anzuzeigen, dass etwas bald kommt.
|
|
|
|
```jsx
|
|
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
|
|
|
export const MyComponent = () => {
|
|
return <SoonPill />;
|
|
};
|
|
```
|