# Card

A simple Card widget. with header, body and footer.

### Constructor

```javascript
constructor(options: object)
``` 

#### Options
| Option | Type | Description |
| --- | --- | --- |
| `header` | Widget | The header element to be added. Possibly a `Row` |
| `footer` | Widget | The header element to be added. Possibly a `Row` as well. |

#### Methods
| Method | Description |
| --- | --- |
| `header(Widget)` | Adds more to the header. |
| `footer(Widget)` | Adds more to the footer. |