feat(ComparisonSlider): Massively improve the slider and move it to the widgets layer

This commit is contained in:
Ilia Mashkov
2026-01-21 21:52:55 +03:00
parent 2ee66316f7
commit 91300bdc25
6 changed files with 382 additions and 56 deletions

View File

@@ -0,0 +1,3 @@
import ComparisonSlider from './ComparisonSlider/ComparisonSlider.svelte';
export { ComparisonSlider };