e0d4492013
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
19 lines
405 B
Plaintext
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 />;
|
|
};
|
|
```
|