Flow
Install

Install


flow

flow

Props

nametypedefaultdescriptionrequired version
orientationstringhorizontalorientation of flow, can be in ['horizontal', 'vertical']--
flow-state

flow-state

Props

nametypedefaultdescriptionrequired version
titlestringtitle for state point--
statestring
number
content showed inside state point.--
is-donebooleanfalseif done--

Slots

namedescriptionrequired version
titletitle for state point,default content is prop:titlev2.7.0
flow-line

flow-line

Props

nametypedefaultdescriptionrequired version
tipstringtip for flow line, invalid when is-done is true--
tip-directionstringtop for horizontal flow, left for vertical floworientation of tip, can be in ['top', 'right', 'bottom', 'left']. If horizontal flow, the default is top; if vertical flow, the default is left--
is-donebooleanfalseif done--
line-spannumber
string
length of flow line. if not set, all flow-line will get the same length--
process-spannumber
string
50percentage rate of progress which will be showed in flow line--


Contributors

Contributors

Total commits quantity: 8,Total contributors quantity: 2

airylandQiongrong Jiang

Changelog

Releases

  • v2.7.0 [feature] add slot:title for flow-state #2010
  • v2.3.1 [feature] new component