Sha256: fcc80655001dd1f0404091c4bbf0459fc541740d08d0586d58733bc7c4fe7b6f

Contents?: true

Size: 1.4 KB

Versions: 1122

Compression:

Stored size: 1.4 KB

Contents

import React from 'react'

import Table from '../_table'

const TableWithSubcomponents = (props) => {
  return (
    <Table
        size="sm"
        {...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>
          <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>
          <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 TableWithSubcomponents

Version data entries

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

Version Path
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582531 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582531 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582516 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582516 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582515 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582515 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582514 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582514 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.22.0 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.22.0 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PBNTR243globalpositioningpropinset2504 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PBNTR243globalpositioningpropinset2504 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12652489 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12652489 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY12582474 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY12582474 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PBNTR224letuserresetrowexpansion2466 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PBNTR224letuserresetrowexpansion2466 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-13.21.0.pre.alpha.PLAY120322465 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-13.21.0.pre.alpha.PLAY120322465 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx