1.0.1 • Published 7 years ago

react-tableless v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

react-tableless

yarn add react-tableless
OR
npm install react-tableless

React Tableless is a grid layout component modeled after html table elements. It means to be used where tabular layout is desired but the use of table syntaxes are not appropriate.

Components include:

  • <Tableless/> - behaves like <table>
  • <TablelessBody/> - behaves like <tbody>
  • <TablelessHead/> - behaves like <thead>
  • <TablelessFoot/> - behaves like <tfoot>
  • <TablelessRow/> - behaves like <tr>
  • <TablelessCell/> - behaves like <td>

PropTypes for each component:

  • children: node
  • className: string
1.0.1

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.0

7 years ago