# Panel ### Install ``` javascript 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 |