mand-mobile/components/steps
xuxiaoyan a257d3a12c doc: some text optimization 2018-10-25 11:11:40 +08:00
..
demo feat(steps): Refactoring & add props transition 2018-10-17 16:35:47 +08:00
test feat(build): Steps样式重写,新增direction参数支持横向、纵向展示 2018-08-31 16:37:15 +08:00
README.en-US.md doc: some text optimization 2018-10-25 11:11:40 +08:00
README.md doc: some text optimization 2018-10-25 11:11:40 +08:00
component.js Initial commit 2018-03-26 16:04:04 +08:00
index.vue feat(steps): Refactoring & add props transition 2018-10-17 16:35:47 +08:00

README.en-US.md

title preview
Steps https://didi.github.io/mand-mobile/examples/#/steps

A navigation bar helps users complete tasks through the process and displays the current step

Import

import { Steps } from 'mand-mobile'

Vue.component(Steps.name, Steps)

Code Examples

API

Steps Props

Props Description Type Default Note
steps array of step information Array<{name, text}> - -
current current step Number 0 support for decimal point
direction to specify the direction of the step bar String horizontal horizontal/vertical
transition progress change transition Boolean false -