> ## Documentation Index
> Fetch the complete documentation index at: https://docs.twenty.com/llms.txt
> Use this file to discover all available pages before exploring further.

# 제공 예정 배지

무언가가 곧 제공될 것임을 나타내는 작은 배지 또는 "pill"입니다.

```jsx theme={null}
import { SoonPill } from "@/ui/display/pill/components/SoonPill";

export const MyComponent = () => {
  return <SoonPill />;
};
```
