# Key Params Box

## Props

```javascript
image: {
    type: String,
    required: true,
}

title: {
    type: String,
    required: true,
}

description: {
    type: String,
    required: true,
}
```