@lateralview/lv-react-components
v1.0.3
Published
Exposes a set of visual React components
Downloads
29
Maintainers
Readme
lv-react-components
Exposes a set of useful visual components
Components
CTable
Just like an ordinary table, but with responsive support.
Example
<CTable>
<thead>
<tr>
<th>Name</th>
<th>Email</th>
<th>Address</th>
</tr>
</thead>
<tbbody>
<tr>
<td>John Doe</td>
<td>[email protected]</td>
<td>204 North Ave. Owensboro, KY 42301</td>
</tr>
<tr>
<td>Maeve Phillips</td>
<td>[email protected]</td>
<td>391 Halifax Dr. Flemington, NJ 08822</td>
</tr>
</tbbody>
</CTable>