Sha256: 2d826d63f1343c2bcc81acb4be1f6a617d32dda218bb03f899e711a38725b168

Contents?: true

Size: 1.64 KB

Versions: 1145

Compression:

Stored size: 1.64 KB

Contents

import React from 'react'
import Table from '../_table'

const TableDiv = (props) => {
  return (
    <Table
        size="sm"
        tag="div"
        {...props}
    >
      <div className="pb_table_thead">
        <div className="pb_table_tr">
          <div className="pb_table_th">{'Column 1'}</div>
          <div className="pb_table_th">{'Column 2'}</div>
          <div className="pb_table_th">{'Column 3'}</div>
          <div className="pb_table_th">{'Column 4'}</div>
          <div className="pb_table_th">{'Column 5'}</div>
        </div>
      </div>
      <div className="pb_table_tbody">
        <div className="pb_table_tr">
          <div className="pb_table_td">{'Value 1'}</div>
          <div className="pb_table_td">{'Value 2'}</div>
          <div className="pb_table_td">{'Value 3'}</div>
          <div className="pb_table_td">{'Value 4'}</div>
          <div className="pb_table_td">{'Value 5'}</div>
        </div>
        <div className="pb_table_tr">
          <div className="pb_table_td">{'Value 1'}</div>
          <div className="pb_table_td">{'Value 2'}</div>
          <div className="pb_table_td">{'Value 3'}</div>
          <div className="pb_table_td">{'Value 4'}</div>
          <div className="pb_table_td">{'Value 5'}</div>
        </div>
        <div className="pb_table_tr">
          <div className="pb_table_td">{'Value 1'}</div>
          <div className="pb_table_td">{'Value 2'}</div>
          <div className="pb_table_td">{'Value 3'}</div>
          <div className="pb_table_td">{'Value 4'}</div>
          <div className="pb_table_td">{'Value 5'}</div>
        </div>
      </div>
    </Table>
  )
}

export default TableDiv

Version data entries

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

Version Path
playbook_ui-13.32.0.pre.alpha.PLAY14143255 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14143251 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.32.0.pre.alpha.play1416movealiaslogic3239 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.32.0.pre.alpha.play1416movealiaslogic3239 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.32.0.pre.alpha.PLAY14103236 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.32.0.pre.alpha.PLAY14103236 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.play1416movealiaslogic3232 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.31.0.pre.alpha.play1416movealiaslogic3232 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.PBNTR342navtabbing3231 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.31.0.pre.alpha.PBNTR342navtabbing3231 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.PBNTR342navtabbing3230 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.31.0.pre.alpha.PBNTR342navtabbing3230 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.32.0 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.32.0 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.powercentrainplaybookpt23212 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.31.0.pre.alpha.powercentrainplaybookpt23212 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.PLAY10863204 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui-13.31.0.pre.alpha.PLAY10863204 app/pb_kits/playbook/pb_table/docs/_table_div.jsx
playbook_ui_docs-13.31.0.pre.alpha.PLAY10863202 app/pb_kits/playbook/pb_table/docs/_table_div.jsx