Eric Liu
Eric Liu
Another basic feature for component libraries and UI engineering: virtualized lists. For a large number of items, only a window of items should be rendered in the DOM for performance....
Fixes #99 Currently, Typeahead results would display even when the input field doesn't have focus (reacting to `value` changes). This was particularly problematic in scenarios with dependent Typeahead components where...
Closes #380 Initial pass at migrating the library to Svelte 5 Runes. This is a breaking change and would require a major version bump. TODO: - [ ] Add example...
Supports #380 Copies the `vite` example and enables Runes-only mode. This currently fails (as expected), since the source code does not support Runes.
Closes #343, closes #351 For highlighted code snippets, a copy button is basic affordance. From a design standpoint, this library is modularized. For example, line numbers are not included by...
Working branch to attempt swapping Vitest with Bun.
#31, #34 Add a `locale` prop to allow multiple locales to be used at once.
The favicon is not being copied over as a static asset.