WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/steps
yj d281aab5b3 Initial Commit 2024-11-11 14:16:29 +08:00
..
README.en-US.md Initial Commit 2024-11-11 14:16:29 +08:00
README.md Initial Commit 2024-11-11 14:16:29 +08:00
props.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
props.js Initial Commit 2024-11-11 14:16:29 +08:00
steps.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
steps.js Initial Commit 2024-11-11 14:16:29 +08:00
steps.json Initial Commit 2024-11-11 14:16:29 +08:00
steps.wxml Initial Commit 2024-11-11 14:16:29 +08:00
steps.wxss Initial Commit 2024-11-11 14:16:29 +08:00
type.d.ts Initial Commit 2024-11-11 14:16:29 +08:00
type.js Initial Commit 2024-11-11 14:16:29 +08:00

README.en-US.md

:: 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