# Price

## Props

```javascript
amount: {
    type: Number,
    required: true,
}

description: {
    type: String,
    default: '',
}
```