somehow-slider

1.2.0 • Public • Published
somehow-slider
— part of somehow
WIP svelte infographics
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>

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

Readme

Keywords

none

Package Sidebar

Install

npm i somehow-slider

Weekly Downloads

4

Version

1.2.0

License

MIT

Unpacked Size

11.5 kB

Total Files

9

Last publish

Collaborators

  • spencermountain