Sha256: 8db0481275f086a249fffa595e505c4783b004a8427a8d63afec216bfb1d3374

Contents?: true

Size: 1.66 KB

Versions: 1087

Compression:

Stored size: 1.66 KB

Contents

import React from 'react'

import Table from '../_table'

const TableAlignmentColumn = (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 textAlign="center">{'Rating'}</Table.Header>
                <Table.Header textAlign="right">{'Money'}</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 textAlign="center">{'3'}</Table.Cell>
                <Table.Cell textAlign="right">{'$57.32'}</Table.Cell>
            </Table.Row>
            <Table.Row>
                <Table.Cell>{'Value 1'}</Table.Cell>
                <Table.Cell>{'Value 2'}</Table.Cell>
                <Table.Cell>{'Value 3'}</Table.Cell>
                <Table.Cell textAlign="center">{'2'}</Table.Cell>
                <Table.Cell textAlign="right">{'$5,657.08'}</Table.Cell>
            </Table.Row>
            <Table.Row>
                <Table.Cell>{'Value 1'}</Table.Cell>
                <Table.Cell>{'Value 2'}</Table.Cell>
                <Table.Cell>{'Value 3'}</Table.Cell>
                <Table.Cell textAlign="center">{'4'}</Table.Cell>
                <Table.Cell textAlign="right">{'$358.77'}</Table.Cell>
            </Table.Row>
        </Table.Body>
    </Table>

  )
}

export default TableAlignmentColumn

Version data entries

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

Version Path
playbook_ui_docs-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.play1790darkaudittable5802 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.play1752updatecontenttag5801 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.13.0.pre.rc.6 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.13.0.pre.rc.5 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobug5781 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.13.0.pre.rc.4 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.playrailsinputmaskissue5775 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5757 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.PBNTR456fixedconftoastrailsautoclose5754 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui_docs-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx
playbook_ui-14.12.0.pre.alpha.PLAY1602lightboxoverlapnitrobugzindextoken5751 app/pb_kits/playbook/pb_table/docs/_table_alignment_column.jsx