<demo>

### Warning

The result of the warning.

```jsx live
<Result
  status="warning"
  title="There are some problems with your operation."
  extra={[
    <Button color="primary" key="console">
      Go Console
    </Button>
  ]}
/>
```

</demo>
