Popconfirm
Popconfirm Component
Playground
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| title | text | — | |
| description | text | — | |
| confirmText | text | — | |
| cancelText | text | — |
Default
WithDescription
CustomButtons
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
cancelText | text | — | Text for the cancel button |
confirmText | text | — | Text for the confirm button |
description | text | — | Optional description text |
title | text | — | Confirmation title text |
Using Popconfirmtsx
import { Popconfirm } from '@/components/Popconfirm'
<Popconfirm
title="..."
description="..."
confirmText="..."
cancelText="..."
/>Tokens Used
No design tokens detected