Simple Svelte Table
Title | Preview | Tag | URL |
---|---|---|---|
Svnotion | Building a Notion editor clone with Svelte, Tiptap, and Tailwind. | Video | /blog/svnotion |
Stripe Checkout Playground | Stripe playground to test the Stripe Checkout API. | Tool | /blog/stripe/checkout |
Open Graph | Make your links more shareable with Open Graph | Tool | /blog/open-graph |
Color Experiment | Using Mix Blend to Fine Tune Your Color Pallet | Experiment | /blog/color-experiment |
Simple Table | A simple sveltey table | Component | /blog/simple-table |
REPL Scratchpad | Getting started with SvelteKit and Tailwind. | REPL | /blog/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.
Input Output