From 650acc42430c1569220479f2f373f4551401ebcc Mon Sep 17 00:00:00 2001 From: Rizvan Nukhtarov <34610650+nukhtarov@users.noreply.github.com> Date: Tue, 24 Dec 2024 13:07:02 +0300 Subject: [PATCH] fix svelte repl urls (#87) --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7f8b630..3beb037 100644 --- a/README.md +++ b/README.md @@ -226,13 +226,13 @@ You can style the elements of the virtual list like this: ## Examples / Demo - **Basic setup** - - [Elements of equal height](https://svelte.dev/repl/e3811b44f311461dbbc7c2df830cde68) - - [Variable heights](https://svelte.dev/repl/93795c812f8d4541b6b942535b2ed855) - - [Horizontal list](https://svelte.dev/repl/4cd8acdfc96843b68265a19451b1bf3d) + - [Elements of equal height](https://svelte.dev/playground/e3811b44f311461dbbc7c2df830cde68) + - [Variable heights](https://svelte.dev/playground/93795c812f8d4541b6b942535b2ed855) + - [Horizontal list](https://svelte.dev/playground/4cd8acdfc96843b68265a19451b1bf3d) - **Controlled props** - - [Scroll to index](https://svelte.dev/repl/bdf5ceb63f6e45f7bb14b90dbd2c11d9) - - [Controlled scroll offset](https://svelte.dev/repl/68576a3919c44033a74416d4bc4fde7e) -- [Hacker News using svelte-infinite-loading](https://svelte.dev/repl/2239cc4c861c41d18abbc858248f5a0d) + - [Scroll to index](https://svelte.dev/playground/bdf5ceb63f6e45f7bb14b90dbd2c11d9) + - [Controlled scroll offset](https://svelte.dev/playground/68576a3919c44033a74416d4bc4fde7e) +- [Hacker News using svelte-infinite-loading](https://svelte.dev/playground/2239cc4c861c41d18abbc858248f5a0d) ## License