Slift UI
A dependency-free Svelte 5 component library
0.0.35 Jun 2026
Changed
- Published with provenance now that the source repo is public, and
CHANGELOG.mdis bundled with the package and linked from the README. No changes to the component itself.
0.0.24 Jun 2026
Changed
- NumberRoll now renders only the digit cells it is actively rolling across: one cell per column at rest, expanding to the span of a roll while it animates and collapsing back once it settles. Previously every column kept a fixed 21-cell window mounted at all times. The animation looks identical, but the resting DOM shrinks dramatically (a 16-digit readout drops from 357 cells to 16, around 95% fewer nodes).
0.0.13 Jun 2026
Added
- Initial release of
@slift/uiwith NumberRoll, a dependency-free Svelte 5 odometer-style number. Each digit rolls in the direction the value moved, wraps 9 to 0 like a real odometer, honorsprefers-reduced-motion, and inherits its parent's font size, weight, and color.

