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

Co-authored-by: github-actions <github-actions@twenty.com>
2026-01-26 09:06:17 +01:00

19 lines
405 B
Plaintext

---
title: 제공 예정 배지
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="헤더" />
</Frame>
무언가가 곧 제공될 것임을 나타내는 작은 배지 또는 "pill"입니다.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```