<demo>

### Basic

The simplest usage.

```jsx live
<PopConfirm title="Are you sure to delete this?" onConfirm={() => Message.info('You clicked Yes')}>
  <a href="#" style={{color: '#6E41BF'}}>Delete</a>
</PopConfirm>
```

</demo>
