Simple Svelte Table

TitlePreviewTagURL
SvnotionBuilding a Notion editor clone with Svelte, Tiptap, and Tailwind.Video/blog/svnotion
Stripe Checkout PlaygroundStripe playground to test the Stripe Checkout API.Tool/blog/stripe/checkout
Open GraphMake your links more shareable with Open GraphTool/blog/open-graph
Color ExperimentUsing Mix Blend to Fine Tune Your Color PalletExperiment/blog/color-experiment
Simple TableA simple sveltey tableComponent/blog/simple-table
REPL ScratchpadGetting 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