@hixme-ui/table

2.1.0 • Public • Published

Table

Installation

npm i --save @hixme-ui/table

View it live

Usage

import Table from '@hixme-ui/table'

<Table>
  <thead>
    <tr>
      <th>Header</th>
      <th>Header</th>
      <th>Header</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>Table data</td>
      <td>Table data</td>
      <td>Table data</td>
    </tr>
    <tr>
      <td>Table data</td>
      <td>Table data</td>
      <td>Table data</td>
    </tr>
  </tbody>
</Table>

Props

Name Type Default
alignBody string ''
alignHeader string ''
compact boolean false
overflow boolean true
striped boolean false
vertStriped boolean false

Dependencies (3)

Dev Dependencies (37)

Package Sidebar

Install

npm i @hixme-ui/table

Weekly Downloads

3

Version

2.1.0

License

MIT

Unpacked Size

21.1 kB

Total Files

15

Last publish

Collaborators

  • sureco-devops
  • sureco-engineering
  • dreamingbinary
  • billyxs