Files
twenty/packages/twenty-docs/twenty-ui/display/soon-pill.mdx
T

19 lines
369 B
Plaintext

---
title: Soon Pill
image: /images/user-guide/kanban-views/kanban.png
---
<Frame>
<img src="/images/user-guide/kanban-views/kanban.png" alt="Header" />
</Frame>
A small badge or "pill" to indicate something is coming soon.
```jsx
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
export const MyComponent = () => {
return <SoonPill />;
};
```