npm install somehow-slider
<script>
import { Vertical, Slider, Label } from './src'
</script>
<Vertical bind:value min="{0}" max="{200}">
<label start="10" end="20" color="red" label="beginning" />
<label start="20" end="180" color="blue" label="middle" />
<label start="180" end="190" color="red" label="end" />
</Vertical>
a component for selecting a latitude on our earth
<script>
import { Latitude } from './src'
</script>
<Latitude value="{37}" />
MIT