Sha256: cb2a979eebe47d55db7f4111c63e4e1bc0f27fec670c3fcc503d58fdb4a3911d

Contents?: true

Size: 986 Bytes

Versions: 1978

Compression:

Stored size: 986 Bytes

Contents

import React from 'react'

import Table from '../_table'

const TableMd = (props) => {
  return (
    <Table
        size="md"
        {...props}
    >
      <thead>
        <tr>
          <th>{'Column 1'}</th>
          <th>{'Column 2'}</th>
          <th>{'Column 3'}</th>
          <th>{'Column 4'}</th>
          <th>{'Column 5'}</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
        <tr>
          <td>{'Value 1'}</td>
          <td>{'Value 2'}</td>
          <td>{'Value 3'}</td>
          <td>{'Value 4'}</td>
          <td>{'Value 5'}</td>
        </tr>
      </tbody>
    </Table>
  )
}

export default TableMd

Version data entries

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

Version Path
playbook_ui-11.16.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.16.0.pre.alpha.reactupgrade1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.15.0.pre.alpha.table1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.16.0.pre.alpha.pagination.rails1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.15.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.14.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.13.0.pre.alpha.fontawesome1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.13.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.12.1.pre.alpha.charts1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.12.1.pre.alpha.passphrase1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.12.1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.13.0.pre.alpha.fileupload1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.12.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0.pre.alpha.paginate2 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0.pre.alpha.dialog2 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0.pre.alpha.paginate1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0.pre.alpha.renderer1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0.pre.alpha.dialog1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.11.0 app/pb_kits/playbook/pb_table/docs/_table_md.jsx
playbook_ui-11.10.0.pre.alpha.pre.bold1 app/pb_kits/playbook/pb_table/docs/_table_md.jsx