0.11.7 • Published 3 years ago

@gladio/table v0.11.7

Weekly downloads
27
License
MIT
Repository
github
Last release
3 years ago

Table Component

Installation

npm install --save @gladio/table

Usage

import Table from "@gladio/table"

function App() {
  return (
    <Table bordered caption="Caption here">
      <thead>
        <tr>
          <th>Heading</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Cell</td>
        </tr>
      </tbody>
    </Table>
  )
}
0.11.6

3 years ago

0.11.7

3 years ago

0.11.3

3 years ago

0.11.5

3 years ago

0.11.2

3 years ago

0.11.1

3 years ago

0.11.0

3 years ago

0.10.0

4 years ago

0.9.0

4 years ago