> ## 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.

# 即将推出的小徽章或 "药丸"。

指示某物即将出现的小徽章或 "药丸" 。

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

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