Simple Svelte Table
| Title | Preview | Tag | URL |
|---|---|---|---|
| Svnotion | Building a Notion editor clone with Svelte, Tiptap, and Tailwind. | Video | /tutorials/svnotion |
| Stripe Checkout Playground | Stripe playground to test the Stripe Checkout API. | Tool | /tutorials/stripe/checkout |
| Open Graph | Make your links more shareable with Open Graph | Tool | /tutorials/open-graph |
| HTML to Image | Generating images with html-to-image | Tool | /tutorials/html-to-image |
| Color Experiment | Using Mix Blend to Fine Tune Your Color Pallet | Experiment | /tutorials/color-experiment |
| Introduction to the 🤗 Accelerated Inference API in Svelte | Hugging Face is the easiest way to build, train, and deploy machine learning models. | Hugging Face | /tutorials/huggingface |
| Text to Speech with the Hugging Face Inference API | Generate speech from text with the Hugging Face Inference API. | Hugging Face | /tutorials/huggingface/text-to-speech |
| Simple Table | A simple sveltey table | Component | /tutorials/simple-table |
| REPL Scratchpad | Getting started with SvelteKit and Tailwind. | REPL | /tutorials/repl |
This is a simple Svelte Table component that uses an {#each} block to iterate over an array of objects (each object is a row). The clipboard button copies the
table as JSON. The plus button adds a new row.