Slider Component
Contributed by: @kuatroka
- It's a slider component that lives in
./components
- We import it here and bind its only attribute
value
to a variablescore
declared inscript
section - Then we add some text that dynamically changes when we move the slider
value
comes from the importedSlider.svelte
score
is bound to thisvalue
variable
The score is: 8