mand-mobile/components/activity-indicator
xuxiaoyan 99b3f7e4c4 feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
..
demo feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
test
README.en-US.md feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
README.md feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
carousel-circle.vue
carousel.vue feat(activity-indicator): update 2.0 style 2018-08-22 14:55:06 +08:00
component.js
index.vue feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
roller-success.vue feat(activity-indicator): update style 2018-09-28 15:19:20 +08:00
roller.vue feat(activity-indicator): update roller style & add prop width 2018-09-29 15:31:05 +08:00
spinner.vue

README.en-US.md

title preview
ActivityIndicator https://didi.github.io/mand-mobile/examples/#/activity-indicator

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-svg style directly
width icon width Number - unit px, only for roller
color icon color String #fc9153/dark spinner cannot customize color value, the optional values are dark and light
text-color text color String #999 or reset .md-activity-indicator-text style directly
text-size text font size String 70px or reset .md-activity-indicator-text style directly
vertical icon and text are arranged vertically Boolean false -