@lateralview/lv-react-components

1.0.3 • Public • Published

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>john.doe@example.com</td>
      <td>204 North Ave. Owensboro, KY 42301</td>
    </tr>
    <tr>
      <td>Maeve Phillips</td>
      <td>maeve.phillips@example.com</td>
      <td>391 Halifax Dr. Flemington, NJ 08822</td>
    </tr>
  </tbbody>
</CTable>

Package Sidebar

Install

npm i @lateralview/lv-react-components

Weekly Downloads

0

Version

1.0.3

License

none

Unpacked Size

68.1 kB

Total Files

10

Last publish

Collaborators

  • elcasu