Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonw/datasette-table

A Web Component for embedding a Datasette table on a page
https://github.com/simonw/datasette-table

datasette web-components

Last synced: 26 days ago
JSON representation

A Web Component for embedding a Datasette table on a page

Awesome Lists containing this project

README

        

# datasette-table

[![npm](https://img.shields.io/npm/v/datasette-table)](https://www.npmjs.com/package/datasette-table)

A (highly experimental) Web Component for embedding a [Datasette](https://datasette.io/) table on a page.

## Demo

Visit [https://simonw.github.io/datasette-table/](https://simonw.github.io/datasette-table/) for a demo of this component.

## Usage

```html

```

## Development

Check out this repository, then run:

cd datasette-table
npm install

Then to start a local development server (using Vite):

npm run dev

Then visit `http://localhost:3000/`