Files
twenty/packages/twenty-docs/l/ja/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
373 B
Plaintext

---
title: Soon Pill
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="ヘッダー" />
</Frame>
近日公開を示す小さなバッジ(ピル)です。
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```