AlphabetPicker

An alphabet picker useful for example to scroll directly to intermediate portions of a long list.

Clicking an enabled character should emit `charSelected` with that char as payload.

Choose an example

Events

charSelected
[payload]

Usage

<script>
  import {AlphabetPicker} from '@svizzle/ui';
</script>

<AlphabetPicker />

Props