2.19.8 • Published 6 years ago

evergreen-table v2.19.8

Weekly downloads
5
License
MIT
Repository
-
Last release
6 years ago

Table

evergreen-table exports building blocks to build tables with.

Implementation details

  • None of these components implement HTML table elements such as: table, th, tr
  • Most components are basic Pane components combined with Text
  • All components are presentational, no sorting build in

Exported components

  • TableCell
  • TextTableCell
  • TableRow
  • TableHeaderCell
  • TextTableHeaderCell
  • SearchTableHeaderCell
  • TableBody