Sha256: d8c31e29a82656423591b86879beac81b3441182a0480b7aa1076c27a90820f0

Contents?: true

Size: 1.34 KB

Versions: 1028

Compression:

Stored size: 1.34 KB

Contents

import React from 'react'

import Table from '../_table'

const TableAlignmentRow = (props) => {
  return (
    <Table
        {...props}
    >
    <Table.Head>
      <Table.Row>
        <Table.Header>{'Column 1'}</Table.Header>
        <Table.Header>{'Column 2'}</Table.Header>
        <Table.Header>{'Column 3'}</Table.Header>
        <Table.Header>{'Column 4'}</Table.Header>
        <Table.Header>{'Column 5'}</Table.Header>
      </Table.Row>
    </Table.Head>
    <Table.Body>
      <Table.Row>
        <Table.Cell>{'Value 1'}</Table.Cell>
        <Table.Cell>{'Value 2'}</Table.Cell>
        <Table.Cell>{'Value 3'}</Table.Cell>
        <Table.Cell>{'Value 4'}</Table.Cell>
        <Table.Cell>{'Value 5'}</Table.Cell>
      </Table.Row>
      <Table.Row textAlign="center">
        <Table.Cell>{'Value 1'}</Table.Cell>
        <Table.Cell>{'Value 2'}</Table.Cell>
        <Table.Cell>{'Value 3'}</Table.Cell>
        <Table.Cell>{'Value 4'}</Table.Cell>
        <Table.Cell>{'Value 5'}</Table.Cell>
      </Table.Row>
      <Table.Row textAlign="right">
        <Table.Cell>{'Value 1'}</Table.Cell>
        <Table.Cell>{'Value 2'}</Table.Cell>
        <Table.Cell>{'Value 3'}</Table.Cell>
        <Table.Cell>{'Value 4'}</Table.Cell>
        <Table.Cell>{'Value 5'}</Table.Cell>
      </Table.Row>
    </Table.Body>
  </Table>
  )
}

export default TableAlignmentRow

Version data entries

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

Version Path
playbook_ui_docs-13.31.0.pre.alpha.play1262iconstyles3171 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.31.0.pre.alpha.play1262iconstyles3171 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.31.0 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.31.0 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.30.0.pre.alpha.play1367contenttagnoninputkits3159 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.30.0.pre.alpha.play1367contenttagnoninputkits3159 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.30.0.pre.alpha.20240515remotebuildkitconversion3150 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.30.0.pre.alpha.20240515remotebuildkitconversion3150 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.30.0.pre.alpha.PBNTR353draggablev53136 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.30.0.pre.alpha.PBNTR353draggablev53136 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.30.0.pre.alpha.PLAY1328fixtimelinekitglobalpropsreact3096 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.30.0 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.29.0.pre.alpha.removeduplicatekitexampleclass3063 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.29.0.pre.alpha.removeduplicatekitexampleclass3063 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.29.0.pre.alpha.PBNTR329draggablev33060 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.29.0.pre.alpha.PBNTR329draggablev33060 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.29.0.pre.alpha.PBNTR329draggablev33059 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui-13.29.0.pre.alpha.PBNTR329draggablev33059 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx
playbook_ui_docs-13.29.0.pre.alpha.testingcollapsibleissue3052 app/pb_kits/playbook/pb_table/docs/_table_alignment_row.jsx