Files
twenty/packages/twenty-docs/l/cs/twenty-ui/display/soon-pill.mdx
T
github-actions[bot] b7fbe1c49e i18n - docs translations (#17199)
Created by Github action

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-16 18:36:39 +01:00

19 lines
386 B
Plaintext

---
title: Štítek „Brzy“
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="Hlavička" />
</Frame>
Malý odznak nebo "pilulka" označující, že něco brzy přijde.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```