e0d4492013
Created by Github action Co-authored-by: github-actions <github-actions@twenty.com>
19 lines
396 B
Plaintext
19 lines
396 B
Plaintext
---
|
|
title: Selo Em breve
|
|
image: /images/user-guide/kanban-views/kanban.png
|
|
---
|
|
|
|
<Frame>
|
|
<img src="/images/user-guide/kanban-views/kanban.png" alt="Cabeçalho" />
|
|
</Frame>
|
|
|
|
Uma pequena insígnia ou "pílula" para indicar que algo está chegando em breve.
|
|
|
|
```jsx
|
|
import { SoonPill } from "@/ui/display/pill/components/SoonPill";
|
|
|
|
export const MyComponent = () => {
|
|
return <SoonPill />;
|
|
};
|
|
```
|