<template><s-steps:active="active":items="items"@click="active = $event"/></template><scriptlang="ts"setup>import{ ref }from'vue'const active =ref(1)const items =[{title:'Account',description:'Create your account'},{title:'Profile',description:'Complete profile details'},{title:'Done',description:'Start using the workspace'},]</script>
PROPS
Property
Type
Values
Description
default
Example
More
finish-status / process-status
String
success | error | process | wait
Set status styling for completed and active steps.