1.0.3 • Published 5 years ago

@lateralview/lv-react-components v1.0.3

Weekly downloads
1
License
-
Repository
-
Last release
5 years ago

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>
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago