Skip to content

Alphabet Scroll

  • File: src/features/contacts/partials/AlphabetScroll.svelte

Overview

A vertical A–Z alphabetical scroll rail for the Contacts directory. Letters that have contacts render active/clickable and emit the clicked letter; inactive letters render inert (or are hidden when filtering).

Behavior

  • Active letters are derived from the loaded contacts.
  • Clicking an active letter emits the clicked letter → the contacts list scrolls/filters.

Released under the MIT License.