0.1.5 • Published 4 years ago

@mvp-react/react-table-semantic-ui v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

react-table-semantic-ui

A npm package that implements react-table-plain for Material-UI.

Usage

import { TablePlain } from "@mvp-react/react-table-plain"
import { tableSemanticUITheme } from "@mvp-react/react-table-semantic-ui"

function List() {
  return <TablePlain {...tableSemanticUITheme} data={...} />
}