1.0.1 • Published 8 years ago
react-tableless v1.0.1
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