## Panel
### Install
``` javascript
import { Panel } from 'vant';
Vue.use(Panel);
```
### Usage
#### Basic Usage
```html
Content
```
#### Advanced Usage
```html
Content
Button
Button
```
### API
| Attribute | Description | Type | Default |
|------|------|------|------|
| icon | Left Icon | `String` | - |
| title | Title | `String` | - |
| desc | Description | `String` | - |
| status | Status | `String` | - |
### Slot
| name | Description |
|------|------|
| - | Default slot |
| header | Custom header |
| footer | Custom footer |