Skip to content

Steps

A numbered list of tasks used to create a step-by-step guide rendered with the <Steps> component.

  1. The first step of the guide that can use any other Markdown syntax.

    const foo = 'bar'
  2. A second step with a nested list of tasks.

    1. A nested step of the guide that can use any other Markdown syntax.

      const foo = 'bar'
    2. And a final step.