# Loading
### Install
```js
import Vue from 'vue';
import { Loading } from 'vant';
Vue.use(Loading);
```
## Usage
### Type
```html
```
### Color
```html
```
### Size
```html
```
### Text
```html
Loading...
```
### Vertical
```html
Loading...
```
## API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
| color | Loading color | *string* | `#c9c9c9` |
| type | Can be set to `spinner` | *string* | `circular` |
| size | Icon size | *number \| string* | `30px` |
| text-size | Text font size | *number \| string* | `14px` |
| vertical | Whether to arrange icons and text content vertically | *boolean* | `false` |
### Slots
| Name | Description |
|------|------|
| default | Loading text |