# Loading
### Install
``` javascript
import { Loading } from 'vant';
Vue.use(Loading);
```
## Usage
### Type
```html
```
### Color
```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 | `String | Number` | `30px` |
| text-size | Text font size | `String | Number` | `14px` |
| vertical | Whether to arrange icons and text content vertically | `Boolean` | `false` |
### Slots
| Name | Description |
|------|------|
| default | Loading text |