Sha256: 0b291bce22c046e2e3a833dfa711becd540891421b517cf12749c2a28dc57499

Contents?: true

Size: 949 Bytes

Versions: 187

Compression:

Stored size: 949 Bytes

Contents

import React from 'react'
import { Table } from '../../'

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

Version data entries

187 entries across 187 versions & 1 rubygems

Version Path
playbook_ui-7.11.1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.11.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.11.0.pre.alpha1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.10.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.9.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.8.4 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.8.3 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.8.2 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.8.1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.8.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.7.0.pre.alpha1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.7.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.6.2.pre.alpha1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.6.2 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.6.1.pre.alpha1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.6.1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.6.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.5.1 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.5.0 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx
playbook_ui-7.4.2 app/pb_kits/playbook/pb_table/docs/_table_sm.jsx