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 variable score declared in script section
  • Then we add some text that dynamically changes when we move the slider
  • value comes from the imported Slider.svelte
  • score is bound to this value variable

The score is: 8