@hurtigruten/svelte-table
TypeScript icon, indicating that this package has built-in type declarations

3.0.8-rc11 • Public • Published

Svelte Table

Documentation

Live Demo

Quick start

npm i @hurtigruten/svelte-table --save

Simple example

<SvelteTable {rows} {columns} />

Table with custom components

<SvelteTable {rows} {columns} let:cell let:column>
  <span class="text-white bg-gray-800" slot="head">{column.title}</span>
  <span class="flex items-center bg-blue-100" slot="cell">{cell}</span>
</SvelteTable>

Readme

Keywords

Package Sidebar

Install

npm i @hurtigruten/svelte-table

Weekly Downloads

177

Version

3.0.8-rc11

License

MIT

Unpacked Size

33.6 kB

Total Files

32

Last publish

Collaborators

  • havholhrg
  • neonwarp
  • maggied
  • kristofferlund