Sha256: 4be41f4ca39c021254cb4e48cdabc3a1b08c765b8f6577360f2d9eeba1aac78a

Contents?: true

Size: 699 Bytes

Versions: 948

Compression:

Stored size: 699 Bytes

Contents

import React from 'react'
import { Caption, Timestamp, Title } from 'playbook-ui'

const TimestampUnstyled = (props) => {
  return (
    <>
      <Caption size="xs"
          text="Basic unstyled example"
      />
      <Timestamp
          align="left"
          showDate
          timestamp={new Date()}
          unstyled
          {...props}
      />

      <br />

      <Caption size="xs"
          text="Example with wrapping typography kit"
      />
      <Title size={1}>
        <Timestamp
            align="left"
            showDate
            timestamp={new Date()}
            unstyled
            {...props}
        />
      </Title>
    </>
  )
}

export default TimestampUnstyled

Version data entries

948 entries across 948 versions & 2 rubygems

Version Path
playbook_ui_docs-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui_docs-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_timestamp/docs/_timestamp_unstyled.jsx