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-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.11.1.pre.alpha.PLAY17445539 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR798datepickerturbo5537 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.11.1.pre.alpha.pbntr703collapsiblerowsrails5536 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.11.1.pre.alpha.PLAY1751pbcontenttagpt25529 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.11.1.pre.alpha.PBNTR7495495 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.12.0.pre.rc.11 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.12.0.pre.rc.10 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.12.0.pre.rc.9 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.12.0.pre.rc.8 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui_docs-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx
playbook_ui-14.12.0.pre.rc.7 app/pb_kits/playbook/pb_table/docs/_table_with_subcomponents.jsx