Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonw/datasette-table
- Owner: simonw
- Created: 2021-11-28T18:28:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-02T17:31:38.000Z (9 months ago)
- Last Synced: 2024-10-06T20:53:01.350Z (about 1 month ago)
- Topics: datasette, web-components
- Language: JavaScript
- Homepage: https://simonw.github.io/datasette-table/
- Size: 7.81 KB
- Stars: 28
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 installThen to start a local development server (using Vite):
npm run dev
Then visit `http://localhost:3000/`