Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / steps / index.js
zhout on 4 Mar 2021 375 bytes first commit
import { VantComponent } from '../common/component';
import { GREEN } from '../common/color';
VantComponent({
    props: {
        icon: String,
        steps: Array,
        active: Number,
        direction: {
            type: String,
            value: 'horizontal'
        },
        activeColor: {
            type: String,
            value: GREEN
        }
    }
});