# Panel
### Deprecate Tip
The Panel component will be deprecated in version 3.0. Please use the Cell and Button components instead.
### Install
```js
import Vue from 'vue';
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 |
### Less Variables
How to use: [Custom Theme](#/en-US/theme).
| Name | Default Value | Description |
| ------------------------- | ------------------------- | ----------- |
| @panel-background-color | `@white` | - |
| @panel-header-value-color | `@red` | - |
| @panel-footer-padding | `@padding-xs @padding-md` | - |