somehow-slider Svelte Themes

Somehow Slider

svelte slider component with labels

somehow-slider
— part of somehow
WIP svelte infographics
by Spencer Kelly
npm install somehow-slider
**work-in-progress**
<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>

Latitude

a component for selecting a latitude on our earth

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

API

  • Vertical
  • Horizontal
  • Label
  • Latitude

MIT

Top categories

Loading Svelte Themes