You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kgdxpr e69712b1d2
'commit'
12 months ago
..
README.en-US.md 'commit' 12 months ago
README.md 'commit' 12 months ago
props.d.ts 'commit' 12 months ago
props.js 'commit' 12 months ago
steps.d.ts 'commit' 12 months ago
steps.js 'commit' 12 months ago
steps.json 'commit' 12 months ago
steps.wxml 'commit' 12 months ago
steps.wxss 'commit' 12 months ago
type.d.ts 'commit' 12 months ago
type.js 'commit' 12 months ago

README.en-US.md

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

:: BASE_DOC ::

API

Steps Props

name type default description required
current String / Number - - N
default-current String / Number undefined uncontrolled property N
current-status String process optionsdefault/process/finish/error N
external-classes Array - ['t-class'] N
layout String horizontal optionshorizontal/vertical N
readonly Boolean false - N
separator String line optionsline/dashed/arrow N
style String - - N
theme String default optionsdefault/dot N

Steps Events

name params description
change ({current: string | number, previous: string | number}) -

StepItem Props

name type default description required
content String / Slot '' - N
external-classes Array - ['t-class', 't-class-content', 't-class-title', 't-class-description', 't-class-extra'] N
icon String / Slot - - N
status String default optionsdefault/process/finish/error。TypescriptStepStatus type StepStatus = 'default' | 'process' | 'finish' | 'error'see more ts definition N
style String - - N
sub-step-items Array [] TypescriptSubStepItem[] interface SubStepItem { status: StepStatus, title: string }see more ts definition N
title String / Slot '' - N