Popconfirm

Popconfirm Component

stable
Playground
Props
PropTypeDefaultValue
titletext
descriptiontext
confirmTexttext
cancelTexttext
Default
WithDescription
CustomButtons
PROPTYPEDEFAULTDESCRIPTION
cancelTexttextText for the cancel button
confirmTexttextText for the confirm button
descriptiontextOptional description text
titletextConfirmation title text
Using Popconfirmtsx
import { Popconfirm } from '@/components/Popconfirm'

<Popconfirm
  title="..."
  description="..."
  confirmText="..."
  cancelText="..."
/>
Tokens Used
No design tokens detected