# Params Box

## Props

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

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

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

## Implemented Components

* [Tooltip](../Tooltip/README.md)