/rts-table

Flexible table component built with React and Typescript.

Primary LanguageTypeScriptMIT LicenseMIT

Usage

Note: WIP

import { Table } from "rts-table";

const Example = () => <Table columns={columns} />;

Development

  • git clone https://github.com/zsherman/rts-table
  • npm install
  • npm run storybook