Activity indicator, generally used for ongoing tasks 1.4.0+
Import
import { ActivityIndicator } from 'mand-mobile'
Vue.component(ActivityIndicator.name, ActivityIndicator)
Code Examples
API
ActivityIndicator Props
| Props | Description | Type | Default | Note | 
| type | - | String | roller | roller,spinner,carousel | 
| size | icon size | Number | 70px | unit px, or reset.md-activity-indicator-svgstyle directly | 
| width | icon width | Number | - | unit px, only forroller | 
| color | icon color | String | #fc9153/dark | spinnercannot customize color value, the optional values aredarkandlight | 
| text-color | text color | String | #999 | or reset .md-activity-indicator-textstyle directly | 
| text-size | text font size | String | 70px | or reset .md-activity-indicator-textstyle directly | 
| vertical | icon and text are arranged vertically | Boolean | false | - |