feat: interface clean up + organisation

This commit is contained in:
SethBurkart123
2025-03-30 13:20:36 +11:00
parent 22ddb4bc41
commit a4033862c9
3 changed files with 80 additions and 83 deletions
-4
View File
@@ -7,10 +7,6 @@
step?: number
}>();
let percentage = $derived(((state - min) / (max - min)) * 100);
$effect(() => {
console.log('min / max / step', min, max, step);
});
</script>
<div class="relative mx-auto w-full max-w-lg">