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