Sha256: 36e5dfd422659954047c2403598298a3daf8dfbf775f5f3840b4e7457d4c0389

Contents?: true

Size: 1.02 KB

Versions: 186

Compression:

Stored size: 1.02 KB

Contents

import React from 'react'

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

import Caption from '../../pb_caption/_caption'

const ProgressStepTracker = (props) => (
  <div>
    <br />
    <ProgressStep
        icon
        variant="tracker"
        {...props}
    >
      <ProgressStepItem status="complete">
        <Caption>{'Ordered'}</Caption>
      </ProgressStepItem>
      <ProgressStepItem status="active">
        <Caption>{'Shipped'}</Caption>
      </ProgressStepItem>
      <ProgressStepItem status="inactive">
        <Caption>{'Delivered'}</Caption>
      </ProgressStepItem>
    </ProgressStep>

    <br />
    <ProgressStep
        icon
        variant="tracker"
        {...props}
    >
      <ProgressStepItem status="complete" />
      <ProgressStepItem status="complete" />
      <ProgressStepItem status="hidden" />
      <ProgressStepItem status="active" />
      <ProgressStepItem status="inactive" />
    </ProgressStep>
  </div>
)

export default ProgressStepTracker

Version data entries

186 entries across 186 versions & 1 rubygems

Version Path
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark301 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0.pre.alpha.PLAY625phonenumberdark300 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0.pre.alpha.PLAY649mapkitstyles299 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease296 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease295 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0.pre.alpha.rubyandnpmalpharelease294 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.8.0 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease293 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease292 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.rubyandnpmalpharelease291 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.alpharubyrelease281 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.menu2 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1.pre.alpha.menu1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.7.0 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.6.0.pre.alpha.sectionseparator1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.6.0.pre.alpha.menuyml1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.6.0.pre.alpha.collapsible1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.6.0.pre.alpha.cssphone1 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx
playbook_ui-12.6.0 app/pb_kits/playbook/pb_progress_step/docs/_progress_step_tracker.jsx