Aug 25, 2024

Exemple

  1. Task one
    function test() {
      console.log('test');
    }
  2. Task two

    • Thing to do
    • Other thing to do
  3. Task three

Definition

Steps

The steps component.

children
<slot>
The list of Steps.Step.
class
string
A list of extra classes to apply.

Steps.Step

The steps component.

children
<slot>
The content of the step.
class
string
A list of extra classes to apply.
Last updated : Aug 25, 2024