Skip to content

Commit

Permalink
fix svelte repl urls (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
nukhtarov authored Dec 24, 2024
1 parent f179308 commit 650acc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 650acc4

Please sign in to comment.