From faae579fccf90a06c145c7c81fa8f477fd9ae3fa Mon Sep 17 00:00:00 2001 From: Pol Vallverdu <86187892+polvallverdu@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:35:23 +0100 Subject: [PATCH] Add stick-to-bottom-svelte --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d3b20af..a6f81ec 100644 --- a/README.md +++ b/README.md @@ -333,6 +333,10 @@ _Individual form components._ - [ParaglideJS](https://inlang.com/m/dxnzrydw/library-inlang-paraglideJsAdapterSvelteKit) - Tiny, typesafe i18n library with translated links out of the box. - [wuchale](https://github.com/K1DV5/wuchale) - Internationalization library that lets you just write your code, no function calls or other ceremonies needed. +### Scrolling + +- [stick-to-bottom-svelte](https://github.com/polvallverdu/stick-to-bottom-svelte) - Scroll to bottom smoothly, useful for chat apps in general. Port of [use-stick-to-bottom](https://github.com/stackblitz-labs/use-stick-to-bottom) for Svelte + ## Routers _For Single Page Applications (SPAs) and more._