0.1.3 • Published 11 months ago

svelte-supertable v0.1.3

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

Svelte SuperTables

Svelte SuperTables makes it easy to include interactive tables in your Svelte5 applications.

Installing

npm install svelte-supertables

Basic Usage

<script>
  import Table from `svelte-supertables`;

  const rows = [
      {"author": "Jonathan", "message": "Hello world!"}
  ];
</script>

<table {rows}></table>
0.1.3

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.2

1 year ago