1.2.0 ā€¢ Published 4 years ago

somehow-slider v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago
<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>

image

Latitude

a component for selecting a latitude on our earth

<script>
  import { Latitude } from './src'
</script>
<Latitude value="{37}" />

image

API

  • Vertical
  • Horizontal
  • Label
  • Latitude

MIT