@corvu-next/list
v0.1.5
Published
SolidJS 2 utilities for creating keyboard-navigable lists.
Maintainers
Readme
@corvu-next/list
Keyboard list navigation utility for SolidJS 2.0 — arrow key navigation, typeahead, and selection for list-like UI.
Note: This is the Solid 2.0 fork of solid-list. It targets
[email protected].
Features
- Arrow key navigation (vertical and horizontal)
- Typeahead search
- Home/End key support
- Loop or clamp at boundaries
- Headless — doesn't create extra DOM elements
Installation
pnpm add @corvu-next/listUsage
import createList from '@corvu-next/list'Further Reading
This package is part of corvu-next, a collection of unstyled, accessible and customizable UI primitives for SolidJS 2.0.
