label: Step indicator
status: ready
preview: "@uswds-content"
context:
  showLabels: true
  currentStep: 3
  steps:
    - step:
      status: complete
      label: Personal information
    - step:
      status: complete
      label: Household status
    - step:
      status: current
      label: Supporting documents
    - step:
      status: incomplete
      label: Signature
    - step:
      status: incomplete
      label: Review and submit

variants:
  - name: default
    context:
      heading: Default

  - name: short
    context:
      heading: Only a few steps
      showLabels: true
      currentStep: 2
      steps:
        - step:
          status: complete
          label: Personal information
        - step:
          status: current
          label: Household status
        - step:
          status: incomplete
          label: Supporting documents

  - name: centered
    context:
      heading: centered
      showLabels: true
      centered: true

  - name: Counters
    context:
      heading: Add counters
      showLabels: true
      variant: counters

  - name: counters-sm
    context:
      heading: Add small counters
      showLabels: true
      variant: counters-sm

  - name: centered-counters
    context:
      heading: Centered and counters
      showLabels: true
      centered: true
      variant: counters

  - name: centered-counters-sm
    context:
      heading: Centered and counters
      showLabels: true
      centered: true
      variant: counters-sm

  - name: No labels
    context:
      heading: No labels
      showLabels: false
      variant: no-labels

  - name: centered-no-labels
    context:
      heading: Centered and no labels
      centered: true
      variant: no-labels
