https://github.com/skeletonlabs/skeleton-datatables-integration
This projects showcases an integration between Skeleton and Svelte Simple Datatables
https://github.com/skeletonlabs/skeleton-datatables-integration
Last synced: over 1 year ago
JSON representation
This projects showcases an integration between Skeleton and Svelte Simple Datatables
- Host: GitHub
- URL: https://github.com/skeletonlabs/skeleton-datatables-integration
- Owner: skeletonlabs
- License: mit
- Created: 2024-01-29T17:16:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-10T16:44:50.000Z (about 2 years ago)
- Last Synced: 2025-03-28T03:32:27.424Z (over 1 year ago)
- Language: TypeScript
- Size: 3.82 MB
- Stars: 22
- Watchers: 5
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Skeleton 🤝 Svelte Simple Datatables
This repository demonstrates integration between [Svelte Simple Datatable](https://vincjo.fr/datatables/home) and [Skeleton](https://www.skeleton.dev/). This is an opinionated starter template which uses Skeleton, Typescript and pnpm. If you prefer to start from scratch, or add to an existing project, then you can follow the [official guide in the Skeleton Docs](https://www.skeleton.dev/docs/ssd).
## Examples
### ``

### Accessory Components

## Get Started
Follow the instructions below.
```bash
git clone https://github.com/skeletonlabs/skeleton-datatables-integration.git
cd skeleton-datatables-integration
pnpm i
pnpm dev
```
or
[](https://stackblitz.com/github/skeletonlabs/skeleton-datatables-integration)