Sha256: 7d5d9a978e88c0a8d964e73c711acc30cb0aa949607ace1ca972767cef556922

Contents?: true

Size: 552 Bytes

Versions: 2

Compression:

Stored size: 552 Bytes

Contents

import React from 'react'
import ProgressStep from '../_progress_step.jsx'
import ProgressStepItem from '../_progress_step_item.jsx'

const ProgressStepChild = () => (
  <div>
    <ProgressStep
        orientation="child"
    >
      <ProgressStepItem status="complete">
        {'Child'}
      </ProgressStepItem>
      <ProgressStepItem status="active">
        {'Child'}
      </ProgressStepItem>
      <ProgressStepItem status="inactive">
        {'Child'}
      </ProgressStepItem>
    </ProgressStep>
  </div>
)

export default ProgressStepChild

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-6.2.1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.jsx
playbook_ui-6.2.0 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_child.jsx