0.11.7 • Published 4 years ago

@gladio/table v0.11.7

Weekly downloads
27
License
MIT
Repository
github
Last release
4 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

4 years ago

0.11.7

4 years ago

0.11.3

4 years ago

0.11.5

4 years ago

0.11.2

4 years ago

0.11.1

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago