Sha256: cfd4858780f8109b171a6d70dff9e929fa04bface701c2b99c307c3dfcfc32b2

Contents?: true

Size: 1.82 KB

Versions: 1919

Compression:

Stored size: 1.82 KB

Contents

import React from 'react'

import Timeline from '../_timeline'
import Body from '../../pb_body/_body'
import TitleDetail from '../../pb_title_detail/_title_detail'

const TimelineVertical = (props) => (
  <div>
    <Timeline orientation="vertical">
      <Timeline.Item
          icon="user"
          iconColor="royal"
          {...props}
      >
        <Body
            color="light"
            text="Conversation started"
            {...props}
        />
      </Timeline.Item>
      <Timeline.Item
          icon="check"
          iconColor="teal"
          {...props}
      >
        <Body
            color="light"
            text="Trip #12422"
            {...props}
        />
      </Timeline.Item>
      <Timeline.Item
          icon="credit-card"
          iconColor="red"
          {...props}
      >
        <Body
            color="light"
            text="Refund issue #12422"
            {...props}
        />
      </Timeline.Item>
      <Timeline.Item
          icon="smile"
          iconColor="green"
          {...props}
      >
        <Body
            color="light"
            text="Conversation resolved"
            {...props}
        />
      </Timeline.Item>
    </Timeline>

    <br />
    <br />

    <Timeline orientation="vertical">
      <Timeline.Item
          icon="user"
          iconColor="royal"
          lineStyle="dotted"
          {...props}
      >
        <TitleDetail
            detail="37-27 74th Street"
            title="Jackson Heights"
            {...props}
        />
      </Timeline.Item>
      <Timeline.Item
          icon="check"
          iconColor="teal"
          {...props}
      >
        <TitleDetail
            detail="81 Gate St Brooklyn"
            title="Greenpoint"
            {...props}
        />
      </Timeline.Item>
    </Timeline>
  </div>
)

export default TimelineVertical

Version data entries

1,919 entries across 1,919 versions & 2 rubygems

Version Path
playbook_ui-10.6.2.pre.alpha.dep app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.6.1.pre.alpha1 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.6.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.5.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.4.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.3.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.2.1.alpha.sisensefix app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.2.1 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.2.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.1.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough2 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.3.pre.alpha.walkthrough app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.1.alpha.railscusticon app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.2.pre.alpha.pre.iconfix app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.1.alpha.rtflexfix app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.0.pre.alphafonts app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.1 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-10.0.0 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx
playbook_ui-9.19.0.pre.alpha.pre.fonts2 app/pb_kits/playbook/pb_timeline/docs/_timeline_vertical.jsx