rts-table

Flexible table component built with Typescript and React.

Usage no npm install needed!

<script type="module">
  import rtsTable from 'https://cdn.skypack.dev/rts-table';
</script>

README

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