https://github.com/spencermountain/somehow-slider
svelte slider component with labels
https://github.com/spencermountain/somehow-slider
Last synced: 18 days ago
JSON representation
svelte slider component with labels
- Host: GitHub
- URL: https://github.com/spencermountain/somehow-slider
- Owner: spencermountain
- Created: 2020-07-19T21:08:33.000Z (almost 5 years ago)
- Default Branch: gh-pages
- Last Pushed: 2022-07-20T01:46:32.000Z (almost 3 years ago)
- Last Synced: 2025-03-14T20:48:53.763Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://spencermounta.in/somehow-slider
- Size: 1.06 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
npm install somehow-slider
**work-in-progress**```html
import { Vertical, Slider, Label } from './src'
```

### Latitude
a component for selecting a latitude on our earth
```html
import { Latitude } from './src'
```

## API
- Vertical
- Horizontal
- Label
- LatitudeMIT