<demo>

### Info

Show processing results.

```jsx live
<Result
  status="info"
  title="Your operation has been executed."
  extra={[
    <Button color="primary" key="console">
      Go Console
    </Button>
  ]}
/>
```

</demo>
